Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drive_api.py does not show live feed? #128

Open
heri opened this issue May 10, 2018 · 4 comments
Open

drive_api.py does not show live feed? #128

heri opened this issue May 10, 2018 · 4 comments

Comments

@heri
Copy link

heri commented May 10, 2018

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
Copy link

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
Copy link

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

@RyanZotti
Copy link
Owner

@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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants