From 009d135d809313745809c46cad9fb39ffbeaa395 Mon Sep 17 00:00:00 2001 From: Mihael Koep Date: Wed, 6 Nov 2013 11:25:23 +0100 Subject: Many updates and bugfixes to pylon camera plugin. --- plugins/pylon/uca-pylon-camera.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins/pylon/uca-pylon-camera.h') 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; -- cgit v1.2.3