diff options
Diffstat (limited to 'ipecamera/model.h')
-rw-r--r-- | ipecamera/model.h | 1 |
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} }; |