Hi all,
Been searching the forums and online tutorials to find any info on this, but no luck yet.
Can anyone of you guide me in the right direction as to how I should organize my program if I want
to combine live images coming from a high-speed camera with a QGLWidget in my Qt GUI? I can succesfully
extract the images coming from the camera (using Pleora GEV drivers) and I can display the images using a
regular
Qt Code:
ui.graphicsView_2D->setScene(scene);To copy to clipboard, switch view to plain text mode
routine, but I am clueless as to how I should build the program when I want to use a QGLWidget... how do I
let the main GL (paint, initialize,...) loop run...
Many thanks in advance
Bookmarks