On 27 Mar 2009, at 23:05, <[email protected]> <[email protected]> wrote:
> Thanks to all gave me suggestions about video camera streaming > capture. > > I'm trying to test some fl_opencv sample by Derin Deli Mavi. > > I need to show one control window on the first one screen and the > video streaming window on the second one. > But the single video streaming appears on all the windows I build > (the video streaming video and the control window too). > > I'm using VC++6.0 on XP sp2. > > Are there someone who has some experience about this kind of problem? Ivano, I don't know opencv, so can't comment on that directly, but I have streamed video to fltk windows before with some success... So it can work! I does somehow sound as if opencv is getting "handles" to all your windows, not just the one you want it to use, but that is pure speculation since I do not know its API at all. How compact is your code? Could you post some fragments, or the whole thing even, for folk to take a look at? Another pair of eyes might spot something you have missed. Cheers, -- Ian _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

