Changes between Version 17 and Version 18 of UnifiedCameraAccess


Ignore:
Timestamp:
Feb 25, 2011, 10:39:20 AM (14 years ago)
Author:
Matthias Vogelgesang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UnifiedCameraAccess

    v17 v18  
    88
    99||= Property Name =||= Property String =||= Unit =||= Access =||= Meaning =||
    10 || `UCA_PROP_NAME`       || `name`       || null-terminated C string || r || Name of camera ||
    11 || `UCA_PROP_WIDTH`      || `width`      || pixels         || r/w || Width of image to be taken ||
    12 || `UCA_PROP_WIDTH_MIN`  || `width.min`  || pixels         || r   || Minimum width of image to be taken ||
    13 || `UCA_PROP_WIDTH_MAX`  || `width.max`  || pixels         || r   || Maximum possible width ||
    14 || `UCA_PROP_HEIGHT`     || `height`     || pixels         || r/w || Height of image to be taken ||
    15 || `UCA_PROP_HEIGHT_MIN` || `height.min` || pixels         || r   || Minimum height of image to be taken ||
    16 || `UCA_PROP_HEIGHT_MAX` || `height.max` || pixels         || r   || Maximum possible height ||
    17 || `UCA_PROP_X_OFFSET`   || `offset.x`   || pixels         || r/w || Horizontal coordinate of start of ROI ||
    18 || `UCA_PROP_Y_OFFSET`   || `offset.y`   || pixels         || r/w || Vertical coordinate of start of ROI ||
    19 || `UCA_PROP_BITDEPTH`   || `bit-depth`  || number of bits || r   || Bits per pixel ||
     10|| `UCA_PROP_NAME`       || `name`       || C string || r || Name of camera ||
     11|| `UCA_PROP_WIDTH`      || `width`      || pixels   || r/w || Width of image to be taken ||
     12|| `UCA_PROP_WIDTH_MIN`  || `width.min`  || pixels   || r   || Minimum width of image to be taken ||
     13|| `UCA_PROP_WIDTH_MAX`  || `width.max`  || pixels   || r   || Maximum possible width ||
     14|| `UCA_PROP_HEIGHT`     || `height`     || pixels   || r/w || Height of image to be taken ||
     15|| `UCA_PROP_HEIGHT_MIN` || `height.min` || pixels   || r   || Minimum height of image to be taken ||
     16|| `UCA_PROP_HEIGHT_MAX` || `height.max` || pixels   || r   || Maximum possible height ||
     17|| `UCA_PROP_X_OFFSET`   || `offset.x`   || pixels   || r/w || Horizontal coordinate of start of ROI ||
     18|| `UCA_PROP_Y_OFFSET`   || `offset.y`   || pixels   || r/w || Vertical coordinate of start of ROI ||
     19|| `UCA_PROP_BITDEPTH`   || `bit-depth`  || bits    || r   || Bits per pixel ||
    2020|| `UCA_PROP_EXPOSURE`     || `exposure`     || 10^-6^s    || r/w || Duration of image capture ||
    2121|| `UCA_PROP_EXPOSURE_MIN` || `exposure.min` || 10^-6^s    || r   || Minimum duration of image capture ||