Can I use opencv without GUI?
I want to use opencv on raspberry pi with logitech 250c.I need to take a picture from camera and save it but I dont need this process on GUI. Can i use opencv on this process?
I want to use opencv on raspberry pi with logitech 250c.I need to take a picture from camera and save it but I dont need this process on GUI. Can i use opencv on this process?
yes, you can do without any gui.
just disable it like cmake -DWITH_QT=OFF -DWITH_GTK=OFF
Asked: 2015-03-16 12:40:45 -0600
Seen: 11,977 times
Last updated: Mar 16 '15
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary
You don't even need to recompile OpenCV.
As long as you don't use the
imshow
function, your program will work in command line mode (no xserver needed).