summaryrefslogtreecommitdiffstats
path: root/ipecamera/ipecamera.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2012-07-24 23:37:22 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2012-07-24 23:37:22 +0200
commite97510491597e7f5abd7d0c822fde060d22e15cb (patch)
treea70a2230e37fb20cccd54bbf4dc36112e13338a7 /ipecamera/ipecamera.h
parent94051a28c0cd484e47b115f4251fa42d0edba7e5 (diff)
downloadipecamera-e97510491597e7f5abd7d0c822fde060d22e15cb.tar.gz
ipecamera-e97510491597e7f5abd7d0c822fde060d22e15cb.tar.bz2
ipecamera-e97510491597e7f5abd7d0c822fde060d22e15cb.tar.xz
ipecamera-e97510491597e7f5abd7d0c822fde060d22e15cb.zip
Pass through the ipecamera metadata
Diffstat (limited to 'ipecamera/ipecamera.h')
-rw-r--r--ipecamera/ipecamera.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipecamera/ipecamera.h b/ipecamera/ipecamera.h
index 19c123b..673eea1 100644
--- a/ipecamera/ipecamera.h
+++ b/ipecamera/ipecamera.h
@@ -1,6 +1,8 @@
#ifndef _IPECAMERA_H
#define _IPECAMERA_H
+#include <ufodecode.h>
+
typedef struct ipecamera_s ipecamera_t;
typedef struct {
@@ -25,6 +27,7 @@ typedef uint16_t ipecamera_pixel_t;
typedef struct {
pcilib_event_info_t info;
+ UfoDecoderMeta meta; /**< Frame metadata declared in ufodecode.h */
int image_ready; /**< Indicates if image data is parsed */
int image_broken; /**< Unlike the info.flags this is bound to the reconstructed image (i.e. is not updated on rawdata overwrite) */
size_t raw_size; /**< Indicates the actual size of raw data */