OV9281(UC-599)C programs not compiling

Hello,

I am using the Raspberry PI 3. I downloaded the git files, walked through the procedure and when I get to:

Make clean && make

the c programs don’t compile due to errors.
Therefore commands like ./preview returns:
bash: ./preview: No such file or directory
Can you suggest what is wrong?

Note: Make Install command loads the lib/libarducam_mipicamera.so file successfully.
Thank you for your help.

Hi,

I have tested the newest MIPI_Camera lib and it is normal. Please download our new code and try it again

https://github.com/ArduCAM/MIPI_Camera.git

Notice for some demo, you should install the opencv support

sudo apt-get update && sudo apt-get install libzbar-dev libopencv-dev

sudo apt-get install python-opencv