h
Hello Every Body. I am using opencv2.4.2 with visual studio 2010 build with cmake (CUDA enabled). The problem is i consistently get a crash when accessing gpu methods/initializations while being in debug mode. It works in release mode although that too needs to be run outside visual studio otherwise some crash occur. The exception that i receive is as follows:
First-chance exception at 0x76dbfbae in opencvGPUtest.exe: Microsoft C++ exception: cudaError_enum at memory location 0x00a3e258
The error is very consistent, and i have seen couple of examples over the internet with others (http://tech.groups.yahoo.com/group/OpenCV/message/77905). It is very difficult to work without debug support while working with large projects, so kindly help me fix this. Thank You Very Much!