summaryrefslogtreecommitdiffstats
path: root/src/uca.c
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-06-07 15:45:06 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-06-07 15:45:06 +0200
commitbf83e234755ea390c92f05c4b701cf8ee57c2526 (patch)
tree075b786b0fb954c80480b2d17e4a9082fd7d56c5 /src/uca.c
parentbbc279b61484fb073a6d0ab6cc368f26ded5f4d3 (diff)
downloaduca-bf83e234755ea390c92f05c4b701cf8ee57c2526.tar.gz
uca-bf83e234755ea390c92f05c4b701cf8ee57c2526.tar.bz2
uca-bf83e234755ea390c92f05c4b701cf8ee57c2526.tar.xz
uca-bf83e234755ea390c92f05c4b701cf8ee57c2526.zip
Hotpixel correction and cam_state -> uca.h
Diffstat (limited to 'src/uca.c')
-rw-r--r--src/uca.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uca.c b/src/uca.c
index 94aeca0..7a9d628 100644
--- a/src/uca.c
+++ b/src/uca.c
@@ -84,6 +84,7 @@ static struct uca_property property_map[UCA_PROP_LAST+1] = {
{ "Grabber.Synchronous", uca_bool, uca_uint32t, uca_readwrite },
{ "Mode.Timestamp", uca_na, uca_uint32t, uca_readwrite },
{ "Mode.Scan", uca_na, uca_uint32t, uca_readwrite },
+ { "Mode.Hotpixel", uca_na, uca_uint32t, uca_readwrite },
{ "Interlace.Samplerate", uca_na, uca_uint32t, uca_readwrite },
{ "Interlace.Threshold.Pixel", uca_na, uca_uint32t, uca_readwrite },
{ "Interlace.Threshold.Row", uca_na, uca_uint32t, uca_readwrite },