c - Even though i have DLL Files libgcc_s_dw2-1.dll and libstdc++-6.dll but unable to run my opencv program exe file? -


dll files added in following path , file path added in system environmental variable

c:\program files (x86)\codeblocks\mingw\libexec\gcc\mingw32\4.4.1

still exe file not running.. giving error

unable capture video

but program running fine in codeblock build & run procedure.

my system windows. dont have visual studio in laptop.

current code:

video = cvcapturefromfile("sample9_both.mp4");  

and instead of direct filename extension tried giving full path tht video saved..but still fail run exe..giving mess " unable capture video"

video = cvcapturefromfile("c:\aditi\buzzer_trip_code_try\sample9_both.mp4"); 

exe file generated ide shows following message..but when run ths exe file..its giving me mess" unable capture video.

checking existence: c:\aditi\buzzer_trip_code_try\bin\debug\image_processing.exe executing: "c:\program files (x86)\codeblocks/cb_console_runner.exe" "c:\aditi\buzzer_trip_code_try\bin\debug\image_processing.exe" (in c:\aditi\buzzer_trip_code_try.)


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -