|
| enum | PspUsbCamResolution {
PSP_USBCAM_RESOLUTION_160_120 = 0
, PSP_USBCAM_RESOLUTION_176_144 = 1
, PSP_USBCAM_RESOLUTION_320_240 = 2
, PSP_USBCAM_RESOLUTION_352_288 = 3
,
PSP_USBCAM_RESOLUTION_640_480 = 4
, PSP_USBCAM_RESOLUTION_1024_768 = 5
, PSP_USBCAM_RESOLUTION_1280_960 = 6
, PSP_USBCAM_RESOLUTION_480_272 = 7
,
PSP_USBCAM_RESOLUTION_360_272 = 8
} |
| | Resolutions for sceUsbCamSetupStill & sceUsbCamSetupVideo DO NOT use on sceUsbCamSetupStillEx & sceUsbCamSetupVideoEx. More...
|
| |
| enum | PspUsbCamResolutionEx {
PSP_USBCAM_RESOLUTION_EX_160_120 = 0
, PSP_USBCAM_RESOLUTION_EX_176_144 = 1
, PSP_USBCAM_RESOLUTION_EX_320_240 = 2
, PSP_USBCAM_RESOLUTION_EX_352_288 = 3
,
PSP_USBCAM_RESOLUTION_EX_360_272 = 4
, PSP_USBCAM_RESOLUTION_EX_480_272 = 5
, PSP_USBCAM_RESOLUTION_EX_640_480 = 6
, PSP_USBCAM_RESOLUTION_EX_1024_768 = 7
,
PSP_USBCAM_RESOLUTION_EX_1280_960 = 8
} |
| | Resolutions for sceUsbCamSetupStillEx & sceUsbCamSetupVideoEx DO NOT use on sceUsbCamSetupStill & sceUsbCamSetupVideo. More...
|
| |
| enum | PspUsbCamReverseFlags { PSP_USBCAM_FLIP = 1
, PSP_USBCAM_MIRROR = 0x100
} |
| | Flags for reverse effects. More...
|
| |
| enum | PspUsbCamDelay { PSP_USBCAM_NODELAY = 0
, PSP_USBCAM_DELAY_10SEC = 1
, PSP_USBCAM_DELAY_20SEC = 2
, PSP_USBCAM_DELAY_30SEC = 3
} |
| | Delay to take pictures. More...
|
| |
| enum | PspUsbCamFrameRate {
PSP_USBCAM_FRAMERATE_3_75_FPS = 0
, PSP_USBCAM_FRAMERATE_5_FPS = 1
, PSP_USBCAM_FRAMERATE_7_5_FPS = 2
, PSP_USBCAM_FRAMERATE_10_FPS = 3
,
PSP_USBCAM_FRAMERATE_15_FPS = 4
, PSP_USBCAM_FRAMERATE_20_FPS = 5
, PSP_USBCAM_FRAMERATE_30_FPS = 6
, PSP_USBCAM_FRAMERATE_60_FPS = 7
} |
| | Usbcam framerates. More...
|
| |
| enum | PspUsbCamWB { PSP_USBCAM_WB_AUTO = 0
, PSP_USBCAM_WB_DAYLIGHT = 1
, PSP_USBCAM_WB_FLUORESCENT = 2
, PSP_USBCAM_WB_INCADESCENT = 3
} |
| | White balance values. More...
|
| |
| enum | PspUsbCamEffectMode {
PSP_USBCAM_EFFECTMODE_NORMAL = 0
, PSP_USBCAM_EFFECTMODE_NEGATIVE = 1
, PSP_USBCAM_EFFECTMODE_BLACKWHITE = 2
, PSP_USBCAM_EFFECTMODE_SEPIA = 3
,
PSP_USBCAM_EFFECTMODE_BLUE = 4
, PSP_USBCAM_EFFECTMODE_RED = 5
, PSP_USBCAM_EFFECTMODE_GREEN = 6
} |
| | Effect modes. More...
|
| |
| enum | PspUsbCamEVLevel {
PSP_USBCAM_EVLEVEL_2_0_POSITIVE = 0
, PSP_USBCAM_EVLEVEL_1_7_POSITIVE = 1
, PSP_USBCAM_EVLEVEL_1_5_POSITIVE = 2
, PSP_USBCAM_EVLEVEL_1_3_POSITIVE = 3
,
PSP_USBCAM_EVLEVEL_1_0_POSITIVE = 4
, PSP_USBCAM_EVLEVEL_0_7_POSITIVE = 5
, PSP_USBCAM_EVLEVEL_0_5_POSITIVE = 6
, PSP_USBCAM_EVLEVEL_0_3_POSITIVE = 7
,
PSP_USBCAM_EVLEVEL_0_0 = 8
, PSP_USBCAM_EVLEVEL_0_3_NEGATIVE = 9
, PSP_USBCAM_EVLEVEL_0_5_NEGATIVE = 10
, PSP_USBCAM_EVLEVEL_0_7_NEGATIVE = 11
,
PSP_USBCAM_EVLEVEL_1_0_NEGATIVE = 12
, PSP_USBCAM_EVLEVEL_1_3_NEGATIVE = 13
, PSP_USBCAM_EVLEVEL_1_5_NEGATIVE = 14
, PSP_USBCAM_EVLEVEL_1_7_NEGATIVE = 15
,
PSP_USBCAM_EVLEVEL_2_0_NEGATIVE = 16
} |
| | Exposure levels. More...
|
| |
|
| int | sceUsbCamSetupStill (PspUsbCamSetupStillParam *param) |
| | Setups the parameters to take a still image.
|
| |
| int | sceUsbCamSetupStillEx (PspUsbCamSetupStillExParam *param) |
| | Setups the parameters to take a still image (with more options)
|
| |
| int | sceUsbCamStillInputBlocking (u8 *buf, SceSize size) |
| | Gets a still image.
|
| |
| int | sceUsbCamStillInput (u8 *buf, SceSize size) |
| | Gets a still image.
|
| |
| int | sceUsbCamStillWaitInputEnd (void) |
| | Waits untils still input has been finished.
|
| |
| int | sceUsbCamStillPollInputEnd (void) |
| | Polls the status of still input completion.
|
| |
| int | sceUsbCamStillCancelInput (void) |
| | Cancels the still input.
|
| |
| int | sceUsbCamStillGetInputLength (void) |
| | Gets the size of the acquired still image.
|
| |
| int | sceUsbCamSetupVideo (PspUsbCamSetupVideoParam *param, void *workarea, int wasize) |
| | Set ups the parameters for video capture.
|
| |
| int | sceUsbCamSetupVideoEx (PspUsbCamSetupVideoExParam *param, void *workarea, int wasize) |
| | Set ups the parameters for video capture (with more options)
|
| |
| int | sceUsbCamStartVideo (void) |
| | Starts video input from the camera.
|
| |
| int | sceUsbCamStopVideo (void) |
| | Stops video input from the camera.
|
| |
| int | sceUsbCamReadVideoFrameBlocking (u8 *buf, SceSize size) |
| | Reads a video frame.
|
| |
| int | sceUsbCamReadVideoFrame (u8 *buf, SceSize size) |
| | Reads a video frame.
|
| |
| int | sceUsbCamWaitReadVideoFrameEnd (void) |
| | Waits untils the current frame has been read.
|
| |
| int | sceUsbCamPollReadVideoFrameEnd (void) |
| | Polls the status of video frame read completion.
|
| |
| int | sceUsbCamGetReadVideoFrameSize (void) |
| | Gets the size of the acquired frame.
|
| |
| int | sceUsbCamSetSaturation (int saturation) |
| | Sets the saturation.
|
| |
| int | sceUsbCamSetBrightness (int brightness) |
| | Sets the brightness.
|
| |
| int | sceUsbCamSetContrast (int contrast) |
| | Sets the contrast.
|
| |
| int | sceUsbCamSetSharpness (int sharpness) |
| | Sets the sharpness.
|
| |
| int | sceUsbCamSetImageEffectMode (int effectmode) |
| | Sets the image effect mode.
|
| |
| int | sceUsbCamSetEvLevel (int ev) |
| | Sets the exposure level.
|
| |
| int | sceUsbCamSetReverseMode (int reverseflags) |
| | Sets the reverse mode.
|
| |
| int | sceUsbCamSetZoom (int zoom) |
| | Sets the zoom.
|
| |
| int | sceUsbCamGetSaturation (int *saturation) |
| | Gets the current saturation.
|
| |
| int | sceUsbCamGetBrightness (int *brightness) |
| | Gets the current brightness.
|
| |
| int | sceUsbCamGetContrast (int *contrast) |
| | Gets the current contrast.
|
| |
| int | sceUsbCamGetSharpness (int *sharpness) |
| | Gets the current sharpness.
|
| |
| int | sceUsbCamGetImageEffectMode (int *effectmode) |
| | Gets the current image efect mode.
|
| |
| int | sceUsbCamGetEvLevel (int *ev) |
| | Gets the current exposure level.
|
| |
| int | sceUsbCamGetReverseMode (int *reverseflags) |
| | Gets the current reverse mode.
|
| |
| int | sceUsbCamGetZoom (int *zoom) |
| | Gets the current zoom.
|
| |
| int | sceUsbCamAutoImageReverseSW (int on) |
| | Sets if the image should be automatically reversed, depending of the position of the camera.
|
| |
| int | sceUsbCamGetAutoImageReverseState (void) |
| | Gets the state of the autoreversal of the image.
|
| |
| int | sceUsbCamGetLensDirection (void) |
| | Gets the direction of the camera lens.
|
| |
| int | sceUsbCamSetupMic (void *param, void *workarea, int wasize) |
| |