Information
OS: Raspbian Jessie (or latest version)
Source container with OpenCV 3.2.0 from source
Contains Python with NumPy and Request packages
How to build and run
Clone the ParkingLotTracker projectgit clone https://github.com/Archheretic/ParkingLotTracker.git
Pull image from docker hubdocker pull adamajmi/parkinglottracker
Run X server and connect it to dockerxhost +local:docker
Navigate to directory where you cloned the ParkingLotTracker project, then run the docker imagedocker run -ti -e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix:ro \
-v `pwd`:`pwd` -w `pwd` \
adamajmi/parkinglottracker:latest
After you have started the docker image, start the Parking Lot Tracker project by typing:python CarTrackerVideo.py
When done with the docker image, disconnect X serverxhost -local:docker