[][src]Function realsense_sys::rs2_get_frame_bits_per_pixel

pub unsafe extern "C" fn rs2_get_frame_bits_per_pixel(
    frame: *const rs2_frame,
    error: *mut *mut rs2_error
) -> c_int

retrieve bits per pixels in the frame image (note that bits per pixel is not necessarily divided by 8, as in 12bpp) \param[in] frame handle returned from a callback \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored \return bits per pixel