hi_mpi_awb_sensor_unreg_callback
Applicability
|
Product |
Supported |
|---|---|
|
|
x |
|
|
x |
|
|
√ |
|
|
x |
|
|
x |
Description
Deregisters a sensor. This callback API is provided by the AWB algorithm library. This API does not support multiple processes.
Prototype
hi_s32 hi_mpi_awb_sensor_unreg_callback(hi_vi_pipe vi_pipe, hi_isp_3a_alg_lib *awb_lib, hi_sensor_id sensor_id)
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
vi_pipe |
Input |
VI pipe ID. Value range: [0, 12) |
|
awb_lib |
Input |
Pointer to the data structure of the AWB algorithm library. |
|
sensor_id |
Input |
ID of the sensor that is registered with the AWB algorithm library |
Returns
- 0: success
- Other values: failure. For details, see ISP System Control Return Codes.
Parent topic: ISP System Control and 3A Algorithm Registration