Skip to content

zaak/camgrab

Repository files navigation

CamGrab

Qt + OpenCV based camera tool.

screenshot_2017-12-29_14-50-00

Prerequisites

Building

Building OpenCV

git clone https://github.com/opencv/opencv.git
cd opencv
mkdir build
cd build
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D FORCE_VTK=ON -D WITH_TBB=ON -D WITH_V4L=ON -D WITH_QT=ON -D WITH_OPENGL=ON -D WITH_CUBLAS=ON -D CUDA_NVCC_FLAGS="-D_FORCE_INLINES --expt-relaxed-constexpr" -D WITH_GDAL=ON -D WITH_XINE=ON -D BUILD_EXAMPLES=ON ..
make -j8
make install

Building the application

git clone https://github.com/zaak/camgrab.git

Open CamGrab.pro in Qt Creator or:

cd camgrab
qmake
make

Releases

No releases published

Packages

No packages published