Ask Your Question

marcelso's profile - activity

2014-02-05 10:45:47 -0600 asked a question cvQueryFrame + avi file issue

Hello Folks; I'm getting some trouble while opening a no compression avi file on Visual Studio 2012 with openCV 2.4.5 (I've tried 2.4.2 to 2.4.8 versions) and it give me the following error.

video file c:\ ... \30-1.avi warning: Error opening file (../../modules/highgui/src/cap_ffmepeg_impl.hpp:529) Not able to video file open.

Someone know what to do to fix this issue?

Thanks!!

2014-01-30 06:44:29 -0600 asked a question Open Huge (5GB) avi file with OpenCV

Hello Folks! I'm getting some trouble trying to open a huge .avi file on openCV using Visual Studio C++ 2010. Visual Studio Returns the following exception when trying to access the video:

System.AccessViolationException

Can someone help me to solve this issue?

Thanks