Changes between Version 2 and Version 3 of UnifiedCameraAccess
- Timestamp:
- Feb 23, 2011, 9:44:03 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnifiedCameraAccess
v2 v3 11 11 || UCA_PROP_WIDTH || `width` || pixels || r/w || Width of image to be taken || 12 12 || UCA_PROP_HEIGHT || `height` || pixels || r/w || Height of image to be taken || 13 || UCA_PROP_X_OFFSET || `x-offset` || pixels || r/w || Horizontal coordinate of start of ROI || 14 || UCA_PROP_Y_OFFSET || `y-offset` || pixels || r/w || Vertical coordinate of start of ROI || 13 15 || UCA_PROP_MAX_WIDTH || `max-width` || pixels || r || Maximum possible width || 14 16 || UCA_PROP_MAX_HEIGHT || `max-height` || pixels || r || Maximum possible height || 15 17 || UCA_PROP_BITDEPTH || `bit-depth` || number of bits || r || Bits per pixel || 16 18 || UCA_PROP_EXPOSURE || `exposure` || microseconds || r/w || Duration of image capture || 19 || UCA_PROP_DELAY || `delay` || microseconds || r/w || Delay before image capture || 17 20 || UCA_PROP_FRAMERATE || `frame-rate` || frames per second || r || Current number of frames per second || 18 21