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

Structure for sceUsbCamSetupStill. More...

#include <usb/pspusbcam.h>

Data Fields

int size
 Size of the PspUsbCamSetupStillParam structure.
 
int resolution
 Resolution.
 
int jpegsize
 Size of the jpeg image.
 
int reverseflags
 Reverse effect to apply.
 
int delay
 Delay to apply to take the picture.
 
int complevel
 JPEG compression level, a value from 1-63.
 

Detailed Description

Structure for sceUsbCamSetupStill.

Field Documentation

◆ complevel

int PspUsbCamSetupStillParam::complevel

JPEG compression level, a value from 1-63.

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

◆ delay

int PspUsbCamSetupStillParam::delay

Delay to apply to take the picture.

One of PspUsbCamDelay

◆ jpegsize

int PspUsbCamSetupStillParam::jpegsize

Size of the jpeg image.

◆ resolution

int PspUsbCamSetupStillParam::resolution

Resolution.

One of PspUsbCamResolution

◆ reverseflags

int PspUsbCamSetupStillParam::reverseflags

Reverse effect to apply.

Zero or more of PspUsbCamReverseFlags

◆ size

int PspUsbCamSetupStillParam::size

Size of the PspUsbCamSetupStillParam structure.


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