timmarkhuff / horizon_detector

MIT License
82 stars 21 forks source link

For the camera #4

Closed tarkss9 closed 1 week ago

tarkss9 commented 4 months ago

hi Tim , I have some questions: Should I connect the camera to the Raspberry Pi and i have video from the fpv goggles I couldn't find any video talking about this ? The second question: Do I have to download the CV2 to the Raspberry Pi or just Blog the CD card and everything works?

timmarkhuff commented 4 months ago

The FPV system is separate from the computer vision system. I don't remember the specs, but I used some analog FPV camera that connects to the FPV goggles. I think I bought them from https://usa.banggood.com/.

You will need to install OpenCV on your Raspberry Pi in order to do the horizon detection stuff. OpenCV has some system dependencies that you may also need to install. If you run get_pi_requirements.sh from this repo, it should install everything you need.

I'm not sure what you mean by "blog the CD card". I don't provide an SD card image for this project.