[][src]Function libdc1394_sys::dc1394_get_image_size_from_video_mode

pub unsafe extern "C" fn dc1394_get_image_size_from_video_mode(
    camera: *mut dc1394camera_t,
    video_mode: u32,
    width: *mut u32,
    height: *mut u32
) -> Type

Returns the image width and height (in pixels) corresponding to a video mode. Works for scalable and non-scalable video modes.