I purchased the FX3-EZ USB kit. I'm trying to use this kit to convert RAW video into USB-VC format.
I started with the AN75779 application node(interfacing with image sensor).
I downloaded the zip version of the example code(AN75779.zip) , imported it into Eclipse and tried to build the project. No parameters were changed. I simply imported and tried to build the project. However, when I build I'm getting the following errors:
1.
Description Resource Path Location Type
cs-make: *** [camera_ptzcontrol.o] Error 1 UVC_AN75779 C/C++ Problem
2.
Description Resource Path Location Type
fatal error: cyu3types.h: No such file or directory uvc.h /UVC_AN75779 line 28 C/C++ Problem
3.
Description Resource Path Location Type
Program "g++" not found in PATH Preferences, C++/Build/Settings/Discovery, [CDT GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
4.
Description Resource Path Location Type
Program "gcc" not found in PATH Preferences, C++/Build/Settings/Discovery, [CDT GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem