Hi, forum! ![]()
Small description of the project: I wish to control an ROV and stream real time video from it. I want to control the ROV thrusters (design not important here, I guess) and transfer the video-data through the same wire (in order to not have a big bunch of cables), making everything go through the arduino (I don't need it to process the data, just send it "back to the surface" and process it here)
TL;DR: I wish to transfer video (in "real time" - meaning a sec of delay or is ok) from a camera (OV7670; Keywords: I2C, VGA, CMOS) through my Arduino UNO/MEGA, and then transfer the data back to my PC through an USB or a ethernet cable (cat5?). The problem is
- What will I need?
- How can I do this?
- Any idea where I can find code or help writing code to make this work?
- Is there any code available or any "display" program example in "Arduino examples" that may help for this? Or will I have to write code to manually change the input data from the camera to a "real video" (and make a program that displays the video)?
I appreciate positive answers, and I thank you in advance for your response ![]()