summaryrefslogtreecommitdiffstats
path: root/ipecamera/model.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-09 20:18:27 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-09 20:18:27 +0100
commitdaaf50c75a4201bdf2911aa9c2fa2765fa9e40e7 (patch)
tree8ea0cec3ecbc810fae0aac59fc7a1606ca00eade /ipecamera/model.h
parent253e5f1ad3526de662e66c12f3e083025436c8e3 (diff)
downloadpcitool-daaf50c75a4201bdf2911aa9c2fa2765fa9e40e7.tar.gz
pcitool-daaf50c75a4201bdf2911aa9c2fa2765fa9e40e7.tar.bz2
pcitool-daaf50c75a4201bdf2911aa9c2fa2765fa9e40e7.tar.xz
pcitool-daaf50c75a4201bdf2911aa9c2fa2765fa9e40e7.zip
Image frames decoding
Diffstat (limited to 'ipecamera/model.h')
-rw-r--r--ipecamera/model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipecamera/model.h b/ipecamera/model.h
index 615494a..b9c3b32 100644
--- a/ipecamera/model.h
+++ b/ipecamera/model.h
@@ -103,6 +103,7 @@ pcilib_event_description_t ipecamera_events[] = {
pcilib_event_data_type_description_t ipecamera_data_types[] = {
{IPECAMERA_IMAGE_DATA, PCILIB_EVENT0, "image", "16 bit pixel data" },
{IPECAMERA_RAW_DATA, PCILIB_EVENT0, "raw", "raw data from camera" },
+ {IPECAMERA_CHANGE_MASK, PCILIB_EVENT0, "cmask", "change mask" },
{0, 0, NULL, NULL}
};