hamuchiwa / AutoRCCar

OpenCV Python Neural Network Autonomous RC Car
BSD 2-Clause "Simplified" License
3.34k stars 1.47k forks source link

Improvisation #160

Open akilystic opened 5 years ago

akilystic commented 5 years ago

Is there a way by which I can stream the serial commands back to the raspi on the car and later read it via Arduino connected to the raspi? I want to eliminate the rc part. Please help me with this.

sundar19 commented 5 years ago

https://github.com/ryangmolina/rpi-car-arrow-detection-using-cascade-classifier?files=1

akilystic commented 5 years ago

hey sundar.. thanks a lot. so this is fully based on the pi right? No local computer needed? Any pre requisites/ tips before implementing this on the pi? just run it straightway on the pi?

sundar19 commented 5 years ago

No you should have a PC and live stream video of camera connected to rpi will be viewed in PC and USB of pc will control remote

akilystic commented 5 years ago

So what's the difference in the link you've posted?

sundar19 commented 5 years ago

That link will give you an idea of directly connecting motors with pi and controlling .

akilystic commented 5 years ago

thanks