diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-14 04:17:00 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-14 04:17:00 +0100 |
commit | 72fc5fa9be55ffab0e009085b05a3cad0b077826 (patch) | |
tree | dc2bedba961e9577aec6717f17a7fd10e2d2fbd9 /pcilib.h | |
parent | a5814c8d0bf5255a6f2deba41db9733c6d524ad1 (diff) | |
download | ipecamera-72fc5fa9be55ffab0e009085b05a3cad0b077826.tar.gz ipecamera-72fc5fa9be55ffab0e009085b05a3cad0b077826.tar.bz2 ipecamera-72fc5fa9be55ffab0e009085b05a3cad0b077826.tar.xz ipecamera-72fc5fa9be55ffab0e009085b05a3cad0b077826.zip |
small cleanup
Diffstat (limited to 'pcilib.h')
-rw-r--r-- | pcilib.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -321,6 +321,11 @@ int pcilib_trigger(pcilib_t *ctx, pcilib_event_t event, size_t trigger_size, voi * is specified. */ int pcilib_configure_autostop(pcilib_t *ctx, size_t max_events, pcilib_timeout_t duration); + +/* + * Request auto-triggering while grabbing + */ +int pcilib_configure_autotrigger(pcilib_t *ctx, pcilib_timeout_t interval, pcilib_event_t event, size_t trigger_size, void *trigger_data); /* * Request streaming the rawdata from the event engine. It is fastest way to acuqire data. * No memory copies will be performed and DMA buffers will be directly passed to the user |