RyanZotti / Self-Driving-Car

1.02k stars 327 forks source link

drive_api.py does not show live feed? #128

Open heri opened 6 years ago

heri commented 6 years ago

Based on the screenshot on README.MD, I was under the impression that a live video feed would be shown with the keyboard arrow keys.

drive_api.py only shows text, and I didn't see anything in the code that would make it show the feed webcam.mjpeg or the file output.mov

Or we are supposed to follow the car with a laptop and drive with the video?

Thanks

BerkantDlfz commented 6 years ago

I had this problem .I replaced to ffmpeg with its old version and i solved.Because new ffmpeg version doesn't support ffserver. You can use this commands : sudo git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg cd ffmpeg git checkout 2ca65fc7b74444edd51d5803a2c1e05a801a6023 ./configure make -j4

BerkantDlfz commented 6 years ago

my output like this.Frame window is not in a browser.It comes with another tab driving car

RyanZotti commented 6 years ago

@BerkantDlfz That's very cool! Those are not actually the results I originally got, but that's pretty cool.

I've been slow to respond to these issues on GitHub because I'm in the middle of a massive multi-month code refactoring that will make all of this much easier. The new version will have a UI for showing the live stream of video and commands, but what you have shown here is a good substitute in the interim.

yellowfighter2333 commented 5 years ago

my output like this.Frame window is not in a browser.It comes with another tab driving car

Hi,i have the same problem.How did you get the arrow_key in your screen?Without it,the car seems not drive.