Skip to content

Displays the camera feed from a physical deepracer car

Notifications You must be signed in to change notification settings

conbye/deepracer-camera

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

deepracer-camera

Displays the camera feed from a physical deepracer car

Note that running this script will log any other sessions out of the web UI so start this feed BEFORE you open the web interface to control the camera (the camera should keep working).

Installation

  1. Create a python3 virtualenv:

    python3 -m venv ./venv
    source ./venv/bin/activate
    
  2. Install the requirements

    pip install -r requirements.txt
    
  3. Edit dr-cam.py and set the IP of the car and the password.

  4. run it!

    python ./dr-cam.py
    

Hit Esc to exit.

About

Displays the camera feed from a physical deepracer car

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%