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

Returns the phys addr of the camera buffer

If the device does not support dmabuf, returns 0

@memberof VSLCamera