pub unsafe extern "C" fn vsl_camera_buffer_dma_fd(
    buffer: *const vsl_camera_buffer
) -> c_int
Expand description

Returns the dmabuf file descriptor of the camera buffer

If the device does not support dmabuf, returns -1

@memberof VSLCamera