pub unsafe extern "C" fn scGetColorResolution(
device: ScDeviceHandle,
pW: *mut i32,
pH: *mut i32,
) -> ScStatusExpand description
@brief Returns the the color frame Resolution. @param[in] device The handle of the device. @param[out] pW The width of color image @param[out] pH The height of color image @return ::SC_OK If the function succeeded, or one of the error values defined by ::ScStatus.