PSPSDK 2024-10-31
Loading...
Searching...
No Matches
PspUsbCamSetupStillExParam Struct Reference

Structure for sceUsbCamSetupStillEx. More...

#include <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

◆ complevel

int PspUsbCamSetupStillExParam::complevel

JPEG compression level, a value from 1-63.

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

◆ delay

int PspUsbCamSetupStillExParam::delay

Delay to apply to take the picture.

One of PspUsbCamDelay

◆ flip

int PspUsbCamSetupStillExParam::flip

Flag that indicates whether to flip the image.

◆ jpegsize

int PspUsbCamSetupStillExParam::jpegsize

Size of the jpeg image.

◆ mirror

int PspUsbCamSetupStillExParam::mirror

Flag that indicates whether to mirror the image.

◆ resolution

int PspUsbCamSetupStillExParam::resolution

Resolution.

One of PspUsbCamResolutionEx

◆ size

int PspUsbCamSetupStillExParam::size

Size of the PspUsbCamSetupStillExParam structure.

◆ unk

u32 PspUsbCamSetupStillExParam::unk

Unknown, set it to 9 at the moment.

◆ unk2

u32 PspUsbCamSetupStillExParam::unk2

Unknown, set it to 0 at the moment.

◆ unk3

u32 PspUsbCamSetupStillExParam::unk3

Unknown, set it to 1 at the moment.

◆ unk4

u32 PspUsbCamSetupStillExParam::unk4[5]

Unknown, set it to 0 at the moment.


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