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