diff options
Diffstat (limited to 'plugins/pylon/uca-pylon-camera.h')
-rw-r--r-- | plugins/pylon/uca-pylon-camera.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/pylon/uca-pylon-camera.h b/plugins/pylon/uca-pylon-camera.h index eebf63c..ed95544 100644 --- a/plugins/pylon/uca-pylon-camera.h +++ b/plugins/pylon/uca-pylon-camera.h @@ -37,6 +37,12 @@ typedef enum { UCA_PYLON_CAMERA_ERROR_UNSUPPORTED, } UcaPylonCameraError; +typedef enum { + UCA_CAMERA_BALANCE_WHITE_OFF, + UCA_CAMERA_BALANCE_WHITE_ONCE, + UCA_CAMERA_BALANCE_WHITE_CONTINUOUSLY +} UcaCameraBalanceWhiteAuto; + typedef struct _UcaPylonCamera UcaPylonCamera; typedef struct _UcaPylonCameraClass UcaPylonCameraClass; typedef struct _UcaPylonCameraPrivate UcaPylonCameraPrivate; |