Function psp::sys::sceUsbCamSetBrightness

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

Sets the brightness

§Parameters

  • brightness: The brightness (0-255)

§Return Value

0 on success, < 0 on error