video capture buffer [modified]
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I want to get data from video buffer by videocapture functions so I call capCreateCaptureWindow and in capVideoStreamCallback I can get data but if I don't want display data it means I have to use WS_VISIBLE for capCreateCaptureWindow otherwise capVideoStreamCallback isn't called and I cannot get Data from buffer. how can I get data without display data? thanks -- modified at 3:27 Wednesday 13th December, 2006
Agh