pspsdk-1.0+beta2
PspUsbCamSetupStillExParam Struct Reference

Structure for sceUsbCamSetupStillEx. More...

#include <src/usb/pspusbcam.h>

Data Fields

int size
 Size of the PspUsbCamSetupStillExParam structure.
u32 unk
 Unknown, set it to 9 at the moment.
int resolution
 Resolution.
int jpegsize
 Size of the jpeg image.
int complevel
 JPEG compression level, a value from 1-63.
u32 unk2
 Unknown, set it to 0 at the moment.
u32 unk3
 Unknown, set it to 1 at the moment.
int flip
 Flag that indicates whether to flip the image.
int mirror
 Flag that indicates whether to mirror the image.
int delay
 Delay to apply to take the picture.
u32 unk4 [5]
 Unknown, set it to 0 at the moment.

Detailed Description

Structure for sceUsbCamSetupStillEx.

Field Documentation

int PspUsbCamSetupStillExParam::complevel

JPEG compression level, a value from 1-63.

1 -> less compression, better quality; 63 -> max compression, worse quality

int PspUsbCamSetupStillExParam::delay

Delay to apply to take the picture.

One of PspUsbCamDelay

int PspUsbCamSetupStillExParam::flip

Flag that indicates whether to flip the image.

int PspUsbCamSetupStillExParam::jpegsize

Size of the jpeg image.

int PspUsbCamSetupStillExParam::mirror

Flag that indicates whether to mirror the image.

int PspUsbCamSetupStillExParam::resolution

Resolution.

One of PspUsbCamResolutionEx

int PspUsbCamSetupStillExParam::size

Size of the PspUsbCamSetupStillExParam structure.

u32 PspUsbCamSetupStillExParam::unk

Unknown, set it to 9 at the moment.

u32 PspUsbCamSetupStillExParam::unk2

Unknown, set it to 0 at the moment.

u32 PspUsbCamSetupStillExParam::unk3

Unknown, set it to 1 at the moment.

u32 PspUsbCamSetupStillExParam::unk4[5]

Unknown, set it to 0 at the moment.


The documentation for this struct was generated from the following file: