I can't get it working, i have a VC0706 Camera "VC0706-3-3V-Camera-Module-TTL-UART-Jpeg-CVBS-For-AVR-STM32-Arduino-Compatible"
I had follow all steps from Overview | TTL Serial Camera | Adafruit Learning System, so it works with VC0706CommTool at 115200 bauds but one i try to make it work with snap shot example I just get this response from console when arduino try to locate the camera:
VC0706 Camera snapshot test
No camera found?
I also tried to change baud rate in the code:
if (cam.begin(115200))
I can't find out what is wrong, please what can I do?
This is the instalation: