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?
Asked: 2015-03-16 12:40:45 -0600
Seen: 12,580 times
Last updated: Mar 16 '15
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).