I'm trying to implement raspicam 0.1.1
The program does to freeze at line Camera.grab();
See the source
raspicam::RaspiCam Camera;
if (Camera.open()) {
sleep(3);
Camera.grab()
...
Can I do to resolve? Have I try the old versions of raspicam?