Hey! thnx for answering!! I uninstalled the openCV 2.0 and installed the openCV 1.0 I followed all the recommendations from the Opencv website, and checked that the system path was updated... but I still got an error only this time even more complicated when I tried to run one of the OpenCv examples.
This is what I got:
OMP abort: Initializing libguide.lib, but found libguide40.lib already initialized.
This may cause performance degradation and correctness issues.
Set environment variable KMP_DUPLICATE_LIB_OK=TRUE to ignore
this problem and force the program to continue anyway.
Please note that the use of KMP_DUPLICATE_LIB_OK is unsupported
and using it may cause undefined behavior.
For more information, please contact Intel(R) Premier Support.
I found this solution online
To prevent this, set the Windows Environmental Variable for KMP_DUPLICATE_LIB_OK to TRUE.
For Windows Vista
- Click Start > Control Panel.
- Click System and Maintenance > System, and then click Advanced Settings in the left pane.
- Click Environmental Variables at the bottom of the dialog box.
- In the User Variables section, click New.
- Type the variable name KMP_DUPLICATE_LIB_OK (type as shown).
- Type the variable value TRUE and click OK.
- In the System Variables section, click New.
- Type the variable name KMP_DUPLICATE_LIB_OK(type as shown).
- Type the variable value TRUE and click OK.
- Click OK to close Environmental Variables.
- Click OK again to close System Properties.
I tried it and it worked now I don´t get any error message buuuuut I'm not getting any video from my camera when I run the OpenCv examples.
I can´t believe it!! any idea why this happens.... I try my camera and it works with the processing video library but I get no image with the OpenCv examples