Hello,
I have followed this tutorial for using the Raspberry Pi camera with VisualGDB.
http://visualgdb.com/tutorials/raspberry/camera/
The tutorial is great and I get to the point where I can remotely debug the “hello world” program.
I can also compile the Raspicam library.
However, when I try to compile the code that calls the library I get the error:
Error undefined reference to `raspicam::RaspiCam::RaspiCam()’
I have tried redoing everything, I have tried specifying the library explicitly but nothing seems to work, maybe I am doing it wrong though. Any ideas?
I have already spent 2 days with this problem and no luck in getting it to run 🙁
Thank you