pub fn read_next_frame(device: Device, frame_ready: &mut FrameReady)
Expand description
Captures the next image frame from device
. This API must be invoked before capturing frame data using get_frame()
. frame_ready
is a pointer to a buffer storing the signal for the frame availability.