[−][src]Struct pspsdk_sys::sdk::PspUsbCamSetupVideoExParam
Fields
size: c_intSize of the ::PspUsbCamSetupVideoParam structure
unk: u32resolution: c_intResolution. One of ::PspUsbCamResolutionEx
framerate: c_intFramerate. One of ::PspUsbCamFrameRate
unk2: u32Unknown. Set it to 2 at the moment
unk3: u32Unknown. Set it to 3 at the moment
wb: c_intWhite balance. One of ::PspUsbCamWB
saturation: c_intSaturarion (0-255)
brightness: c_intBrightness (0-255)
contrast: c_intContrast (0-255)
sharpness: c_intSharpness (0-255)
unk4: u32Unknown. Set it to 0 at the moment
unk5: u32Unknown. Set it to 1 at the moment
unk6: [u32; 3]Unknown. Set it to 0 at the moment
effectmode: c_intEffect mode. One of ::PspUsbCamEffectMode
unk7: u32Unknown. Set it to 1 at the moment
unk8: u32Unknown. Set it to 10 at the moment
unk9: u32Unknown. Set it to 2 at the moment
unk10: u32Unknown. Set it to 500 at the moment
unk11: u32Unknown. Set it to 1000 at the moment
framesize: c_intSize of jpeg video frame
unk12: u32Unknown. Set it to 0 at the moment
evlevel: c_intExposure value. One of ::PspUsbCamEVLevel
Trait Implementations
impl Clone for PspUsbCamSetupVideoExParam[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for PspUsbCamSetupVideoExParam[src]
impl Debug for PspUsbCamSetupVideoExParam[src]
Auto Trait Implementations
impl Send for PspUsbCamSetupVideoExParam
impl Sync for PspUsbCamSetupVideoExParam
impl Unpin for PspUsbCamSetupVideoExParam
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,