I am having troubles with the OpenCV- Raspberry Pi Camera tutorial. I follow up to the first example code step, but when I try to debug the program
I follow up to the first example code step, but when I try to debug the program, I receive the following GDB output:
Process /tmp/libraspicam.so.0.1 created; pid = 1000
Listening on port 2000
Remote debugging from host 192.168.0.29
Child terminated with signal = 0xb (SIGSEGV)
GDBserver exiting
Individually, the OpenCV tutorial works as well as the RaspiCam tutorial, but it seems putting the two together is not happening,
Any suggestions?
Thanks.