Use webcam with opencv without x -


i want use opencv webcam on headless system, no ui/x, on raspberry pi (raspbian)

is feasible? has been done?

actually there no x strictly needed , process images/video in opencv taken webcam/raspicam. need acquire img raw data stream cam matrix interface , whant in sdl/ogl etc

see here , here , here faq


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -