summaryrefslogtreecommitdiffstats
path: root/src/uca-camera.h
diff options
context:
space:
mode:
authorTimo Dritschler <timo.dritschler@kit.edu>2015-05-13 17:06:33 +0200
committerTimo Dritschler <timo.dritschler@kit.edu>2015-05-19 11:37:03 +0200
commit5e24887e06c306552dfd5f48f7ad94cc170bca30 (patch)
tree55f6671b6285f6691e9bc7dc6c27a5a3c18379ba /src/uca-camera.h
parent86d398e2029299e5f7de22263f97d770d146cab2 (diff)
downloaduca-5e24887e06c306552dfd5f48f7ad94cc170bca30.tar.gz
uca-5e24887e06c306552dfd5f48f7ad94cc170bca30.tar.bz2
uca-5e24887e06c306552dfd5f48f7ad94cc170bca30.tar.xz
uca-5e24887e06c306552dfd5f48f7ad94cc170bca30.zip
UcaCamera base class: Changed properties
Changed sensor-width, sensor-height and sensor-bitdepth to construct only Added uca_camera_pspec_set_writable mock: allow characterization at construction time Its now possible to set sensor-width, sensor-height and sensor-bitdepth at construction time Creation of random data is now controlled by a property and can be set while recording
Diffstat (limited to 'src/uca-camera.h')
-rw-r--r--src/uca-camera.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/uca-camera.h b/src/uca-camera.h
index 97d3e6e..af95123 100644
--- a/src/uca-camera.h
+++ b/src/uca-camera.h
@@ -179,6 +179,9 @@ UcaUnit uca_camera_get_unit (UcaCamera *camera,
void uca_camera_set_writable (UcaCamera *camera,
const gchar *prop_name,
gboolean writable);
+void uca_camera_pspec_set_writable
+ (GParamSpec *pspec,
+ gboolean writable);
gboolean uca_camera_is_writable_during_acquisition
(UcaCamera *camera,
const gchar *prop_name);