diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2014-01-28 00:33:20 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2014-01-28 00:33:20 +0100 |
commit | 0f41a2e0c38d66dc6af89d3a59a573b9a38f7ceb (patch) | |
tree | e0eed0831157e4dacd7ef902ff16d181948f5775 /ipecamera/private.h | |
parent | 9055c2d30ef1c2f87f443d987afdb6564b43b20a (diff) | |
download | pcitool-0f41a2e0c38d66dc6af89d3a59a573b9a38f7ceb.tar.gz pcitool-0f41a2e0c38d66dc6af89d3a59a573b9a38f7ceb.tar.bz2 pcitool-0f41a2e0c38d66dc6af89d3a59a573b9a38f7ceb.tar.xz pcitool-0f41a2e0c38d66dc6af89d3a59a573b9a38f7ceb.zip |
Support new revision of UFO cameras...
Diffstat (limited to 'ipecamera/private.h')
-rw-r--r-- | ipecamera/private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipecamera/private.h b/ipecamera/private.h index 739aa97..47c80a9 100644 --- a/ipecamera/private.h +++ b/ipecamera/private.h @@ -123,6 +123,7 @@ struct ipecamera_s { size_t max_frames; /**< Maximal number of frames what may be buffered in camera DDR memory */ int firmware; /**< Firmware version */ + int fr_mode; /**< Fast Reject mode */ int cmosis_outputs; /**< Number of active cmosis outputs: 4 or 16 */ int width, height; |