pub unsafe extern "C" fn vsl_camera_start_capturing(
    ctx: *mut vsl_camera
) -> c_int
Expand description

Starts the camera stream.

Must be called after @ref vsl_camera_init_device

@memberof VSLCamera