Searched defs:CvCaptureCAM_V4L (Results 1 – 2 of 2) sorted by relevance
309 typedef struct CvCaptureCAM_V4L struct311 char* deviceName;312 int deviceHandle;313 int bufferIndex;314 int FirstCapture;316 int width; int height;317 int mode;319 struct video_capability capability;320 struct video_window captureWindow;321 struct video_picture imageProperties;[all …]
301 typedef struct CvCaptureCAM_V4L struct303 int deviceHandle;304 int bufferIndex;305 int FirstCapture;307 struct video_capability capability;308 struct video_window captureWindow;309 struct video_picture imageProperties;310 struct video_mbuf memoryBuffer;311 struct video_mmap *mmaps;313 char *memoryMap;[all …]