diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2011-04-26 16:00:13 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2011-04-26 16:00:13 +0200 |
commit | b172726b7646f284560da670fe19ad28d88aaa15 (patch) | |
tree | eb59a1be25c10645c594a0cb8dd4b90df699e4ba /src/uca-cam.h | |
parent | fcffc9f40c32c863b85cbee3e7d6f51b5b6cdc41 (diff) | |
download | libuca-b172726b7646f284560da670fe19ad28d88aaa15.tar.gz libuca-b172726b7646f284560da670fe19ad28d88aaa15.tar.bz2 libuca-b172726b7646f284560da670fe19ad28d88aaa15.tar.xz libuca-b172726b7646f284560da670fe19ad28d88aaa15.zip |
Remove UCA_CAM_ERROR and handle correct recording states
Diffstat (limited to 'src/uca-cam.h')
-rw-r--r-- | src/uca-cam.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uca-cam.h b/src/uca-cam.h index e582066..ba5e101 100644 --- a/src/uca-cam.h +++ b/src/uca-cam.h @@ -23,7 +23,6 @@ enum uca_property_ids; * Describes the current state of the camera. */ enum uca_cam_state { - UCA_CAM_ERROR, /**< Camera is not working correctly */ 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 */ |