pageauc / speed-camera

A Unix, Windows, Raspberry Pi Object Speed Camera using python, opencv, video streaming, motion tracking. Includes a Standalone Web Server Interface, Image Search using opencv template match and a whiptail Admin Menu Interface Includes picam and webcam Plugins for motion track security camera configuration including rclone sync script. watch-app allows remotely controller camera configuration from a remote storage service name. Uses sqlite3 and gnuplot for reporting. Recently added openalpr license plate reader support.
Apache License 2.0
960 stars 169 forks source link

Docker Install always 11.22 #155

Closed SpaceRichard closed 6 months ago

SpaceRichard commented 8 months ago

Hi :)

it's an really an interesting project, however I have some trouble to install it. System: Mac with Docker

If I follow the instruction it always install 11.22 instead of 13.16 or never. I already try to adapt the Dockerfile, as there I found the reference to 11.22.

Is there a trick i missed? Thanks

jeremyward commented 6 months ago

I see this too. It looks like the docker-compose up is pulling the container from randallkent on docker hub (https://hub.docker.com/r/randallkent/speed-camera). And that thing hasn't been updated in 2 years. I was able to build and run the 13.2 version in a docker container. But I haven't see a lot of benefits of the newer version yet.