1#ifndef __LV2_CAMERA_H__
2#define __LV2_CAMERA_H__
7#define CAMERA_ERRO_DOUBLE_INIT 0x80140801
8#define CAMERA_ERRO_NEED_INIT 0x80140803
9#define CAMERA_ERRO_BAD_PARAM 0x80140804
10#define CAMERA_ERRO_DOUBLE_OPEN 0x80140805
11#define CAMERA_ERRO_NEED_OPEN 0x80140806
12#define CAMERA_ERRO_NO_DEVICE_FOUND 0x80140807
13#define CAMERA_ERRO_DEVICE_DEACTIVATED 0x80140808
14#define CAMERA_ERRO_NEED_START 0x80140809
15#define CAMERA_ERRO_UNKNOWN_FORMAT 0x8014080a
16#define CAMERA_ERRO_UNKNOWN_RESOLUTION 0x8014080b
17#define CAMERA_ERRO_BAD_FRAMERATE 0x8014080c
18#define CAMERA_ERRO_TIMEOUT 0x8014080d
19#define CAMERA_ERRO_BUSY 0x8014080e
20#define CAMERA_ERRO_FATAL 0x8014080f
21#define CAMERA_ERRO_MUTEX 0x80140810
s32 cameraIsStarted(s32 num)
enum _camera_type cameraType
s32 cameraSetNotifyEventQueue2(u64 key, u64 source, u64 flag)
s32 cameraIsAttached(s32 num)
s32 cameraSetNotifyEventQueue(u64 key)
s32 cameraSetExtensionUnit(s32 num, u16 wval, u16 wlen, u8 *data)
s32 cameraGetAttribute(s32 num, cameraAttrib attribute, u32 *arg0, u32 *arg1)
s32 cameraIsOpen(s32 num)
s32 cameraRemoveNotifyEventQueue2(u64 key)
s32 cameraIsAvailable(s32 num)
@ CAM_ATTR_AUTO_GAIN_CONTROL_LOW
@ CAM_ATTR_COLOR_MATCHING
@ CAM_ATTR_USBVIDCLASS_REQUEST_DATA
@ CAM_ATTR_PIXEL_OUTLIER_FILTER
@ CAM_ATTR_NONZERO_COEFFS
@ CAM_ATTR_INTERVAL_VALUE
@ CAM_ATTR_USBVIDCLASS_REQUEST_CODE
@ CAM_ATTR_INTERVAL_INDEX
@ CAM_ATTR_AUTO_GAIN_CONTROL_HIGH
@ CAM_ATTR_AUTO_BRIGHTNESS
@ CAM_ATTR_FRAMERATE_ADJUST
@ CAM_ATTR_AUTO_GAIN_CONTROL_LIMIT
@ CAM_ATTR_BACKLIGHT_COMPENSATION
@ CAM_ATTR_AUTO_WHITE_BALANCE
@ CAM_ATTR_AUTO_GAIN_CONTROL
s32 cameraPrepExtensionUnit(s32 num, u8 *guidExtCode)
s32 cameraCtrlExtensionUnit(s32 num, u8 req, u16 wval, u16 wlen, u8 *data)
s32 cameraGetExtensionUnit(s32 num, u16 wval, u16 wlen, u8 *data)
struct _camera_read_info cameraReadInfo
s32 cameraRead(s32 num, u32 *frame, u32 *readcount)
enum _camera_resolution cameraResolution
s32 cameraOpenEx(s32 num, cameraInfoEx *info)
s32 cameraRemoveNotifyEventQueue(u64 key)
enum _camera_format cameraFormat
s32 cameraReadEx(s32 num, cameraReadInfo *info)
@ CAM_TYPE_PLAYSTATION_EYE
@ CAM_TYPE_USBVIDEO_CLASS
enum _camera_attrib cameraAttrib
s32 cameraGetBufferSize(s32 num, cameraInfoEx *info)
struct _camera_info cameraInfo
s32 cameraGetType(s32 num, cameraType *type)
s32 cameraReadComplete(s32 num, u32 buf, u32 arg)
s32 cameraSetAttribute(s32 num, cameraAttrib attribute, u32 arg0, u32 arg1)
s32 cameraGetBufferInfoEx(s32 num, cameraInfoEx *info)
struct _camera_info_ex cameraInfoEx
s32 cameraGetDeviceGUID(s32 num, u32 *guid)
cameraResolution resolution
sys_mem_container_t container
cameraResolution resolution
sys_mem_container_t container
Memory management functions.