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. | |
Structure for sceUsbCamSetupStillEx.
JPEG compression level, a value from 1-63.
1 -> less compression, better quality; 63 -> max compression, worse quality
Delay to apply to take the picture.
One of PspUsbCamDelay
Flag that indicates whether to flip the image.
Size of the jpeg image.
Flag that indicates whether to mirror the image.
Resolution.
One of PspUsbCamResolutionEx
Size of the PspUsbCamSetupStillExParam structure.
Unknown, set it to 9 at the moment.
Unknown, set it to 0 at the moment.
Unknown, set it to 1 at the moment.
Unknown, set it to 0 at the moment.
1.7.1