I created a eye tracing program using OpenCv and C++ using VS2012.
When I debug the program it works perfectly.
but when I copy debug folder into another place and run application.exe webcam light is ON but program does not work.
(I have used to use this method for simple applications ago )
(Even camera windows does not open)
Is this happening due to external libraries (OpenCV and MySql) ?
How can I solve this and run the application.exe in debug folder ?