PSPSDK 2024-10-31
|
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. | |
Structure for sceUsbCamSetupStill.
int PspUsbCamSetupStillParam::complevel |
JPEG compression level, a value from 1-63.
1 -> less compression, better quality; 63 -> max compression, worse quality
int PspUsbCamSetupStillParam::delay |
Delay to apply to take the picture.
One of PspUsbCamDelay
int PspUsbCamSetupStillParam::jpegsize |
Size of the jpeg image.
int PspUsbCamSetupStillParam::resolution |
Resolution.
One of PspUsbCamResolution
int PspUsbCamSetupStillParam::reverseflags |
Reverse effect to apply.
Zero or more of PspUsbCamReverseFlags
int PspUsbCamSetupStillParam::size |
Size of the PspUsbCamSetupStillParam structure.