GStreamer+opencv+windows

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

GStreamer+opencv+windows

rui luis
Good day.
I made a small aplication using Gstreamer+opencv where i use a buffer probe to process a video frame using opencv(i do not mess the video frame). The program works in linux. then i compile it for windows. i try it in linux using wine and it works. However when i use it in a windows xp it does not work.. if i remove the opencv part the video is displayed.. whenever there is opencv code inside the buffer probe it does not work... if i add opencv code to other parts of the program they work..

the only error that i can get in windows is  unhandle exception.... 0x000005: Access violation reading location 0xfffffff

tahnks.