Initialize the Sensor Abstraction Layer
We create a client
after starting the sensor, the camera will start acquiring frames
We read a frame, which is stored as a dwCameraFrameHandle_t and specify a timeout value in microseconds
we get an image with type DW_CAMERA_OUTPUT_NATIVE_PROCESSED.
return frames to the fifo
stop the sensor and release
For more details see: