From bf83e234755ea390c92f05c4b701cf8ee57c2526 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 7 Jun 2011 15:45:06 +0200 Subject: Hotpixel correction and cam_state -> uca.h --- src/uca.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/uca.h') diff --git a/src/uca.h b/src/uca.h index bcab72f..9ca21db 100644 --- a/src/uca.h +++ b/src/uca.h @@ -112,6 +112,7 @@ enum uca_property_ids { /* pco.edge specific */ UCA_PROP_TIMESTAMP_MODE, UCA_PROP_SCAN_MODE, + UCA_PROP_HOTPIXEL_CORRECTION, /* IPE camera specific */ UCA_PROP_INTERLACE_SAMPLE_RATE, @@ -224,6 +225,16 @@ union uca_value { char *string; }; +/** + * Describes the current state of the camera. + */ +enum uca_cam_state { + UCA_CAM_CONFIGURABLE, /**< Camera can be configured and is not recording */ + UCA_CAM_ARMED, /**< Camera is ready for recording */ + UCA_CAM_RECORDING, /**< Camera is currently recording */ +}; + + /** * Grab callback. * -- cgit v1.2.3