Defines the Vibrante camera module.
Functions | |
DW_API_PUBLIC dwStatus | dwSensorCamera_parseDataNvMedia (NvMediaISCEmbeddedDataInfo *parsedData, const dwImageDataLines *dataLines, dwSensorHandle_t sensor) |
Parses the data lines to extract information like exposure time and gain using NvMedia provided parser. More... | |
DW_API_PUBLIC dwStatus dwSensorCamera_parseDataNvMedia | ( | NvMediaISCEmbeddedDataInfo * | parsedData, |
const dwImageDataLines * | dataLines, | ||
dwSensorHandle_t | sensor | ||
) |
Parses the data lines to extract information like exposure time and gain using NvMedia provided parser.
[in] | parsedData | Contains information like exposure time and gain. |
[in] | dataLines | Additional data lines that were sent from the sensor. |
[in] | sensor | Sensor handle of the camera sensor previously created with 'dwHAL_createSensor()'. |