Can I use OpenCV to create GUIs that contain buttons, list boxes, ...etc for example?
OpenCV
Thanks.
Along with the highgui functions that Simon has pointed out, others have used OpenCV in conjunction with Qt. It is possible to translate the camera frames into images on a QLabel widget, and update the image on the label periodically.
highgui