Camera window inside of GUI

asked 2014-07-28 15:24:04 -0600

JOhn12341234 gravatar image

Is there a tutorial or some example code that places an opencv webcam element inside of a gui (Qt maybe?) that I can add buttons, labels, etc to? I've been searching but am unable to find anything.

edit retag flag offensive close merge delete

Comments

1

if you already got the highgui module compiled with qt support look here (outdated c-api code in the docs, but still..)

on the other hand, if you're out to do something more complicated, better ditch highgui windows early, go native, convert your Mat-pixels to something more appealing to your situation, and live happy thereafter...

berak gravatar imageberak ( 2014-07-28 15:45:09 -0600 )edit