ISCameraCapture


video camera observation planning and control
language: C++, using OpenCV and Qt libraries

optimized for Imaging Source DMK 33G445 Monochrome cameras


source files:
main.cpp
iscameracapture.cpp
iscameracapture.h
CaptureThread.cpp
CaptureThread.h

installation files download

GUI for the observation planning:
- start, end of observation
- length of video sequences in AVI format
- directory for saving files
- autocheck time interval

Multithread structure:
- main thread - software control, automatic check of the video signal availability, recording recovery in case of problem with the signal
- capture thread - video capture and data writing

Additional features:
- log file creation during observation period.
- ‘Preview’ mode
- manual stop of the observation





GUI