pub unsafe extern "C" fn LeapCameraMatrix(
    hConnection: LEAP_CONNECTION,
    camera: eLeapPerspectiveType,
    dest: *mut f32
)
Expand description

\ingroup Functions Returns an OpenCV-compatible camera matrix. @param hConnection The connection handle created by LeapCreateConnection(). @param camera The camera to use, a member of the eLeapPerspectiveType enumeration @param[out] dest A pointer to a single-precision float array of size 9 @since 3.2.1