scarface21
10th August 2014, 17:32
Hello to everybody,
First post to this forum with a question, although I follow it regularly.
What I want to do is read a YUV file using a avisynth script and pass it on to OpenCv to further process it.
On a 32bit OpenCv this setup performs very well.
As the task I want to perform is a bit heavy, i switched to the 64-bit version of OpenCv, so as to not have memory restrictions. The avisynth had a problem with the ffmpeg of OpenCv, which i resolved by installing the 64-bit version of Avisynth found on this forum.
My Setup is Windows 8, OpenCv 2.4.6 64-bit, on VS 2012, and the 64-bit avisynth,
Now the problem that is occurs is that when I try to read the video a memory access reading violation is caused, because of the avisynth.dll .
From a thorough search memory access violations occur in opencv usually cause of 32 - 64 incompaptibilities.
Has Anyones else encountered something similar?
Any Suggestions?
First post to this forum with a question, although I follow it regularly.
What I want to do is read a YUV file using a avisynth script and pass it on to OpenCv to further process it.
On a 32bit OpenCv this setup performs very well.
As the task I want to perform is a bit heavy, i switched to the 64-bit version of OpenCv, so as to not have memory restrictions. The avisynth had a problem with the ffmpeg of OpenCv, which i resolved by installing the 64-bit version of Avisynth found on this forum.
My Setup is Windows 8, OpenCv 2.4.6 64-bit, on VS 2012, and the 64-bit avisynth,
Now the problem that is occurs is that when I try to read the video a memory access reading violation is caused, because of the avisynth.dll .
From a thorough search memory access violations occur in opencv usually cause of 32 - 64 incompaptibilities.
Has Anyones else encountered something similar?
Any Suggestions?