Function psp::sys::sceUsbCamSetZoom

source ·
#[no_mangle]
pub unsafe extern "C" fn sceUsbCamSetZoom(zoom: i32) -> i32
Expand description

Sets the zoom.

§Parameters

  • zoom: The zoom level starting by 10. (10 = 1X, 11 = 1.1X, etc)

@returns 0 on success, < 0 on error