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

/opt/vc/bin/vcgencmd no such file #141

Closed victor7376 closed 11 months ago

victor7376 commented 11 months ago

Hi m8, Not sure if this is a bug or not but after I quit out of menu.sh I now see an error saying:

./menubox.sh: line 727: /opt/vc/bin/vcgencmd: No such file or directory

victor7376 commented 11 months ago

ok, update, found the file in the /usr/bin folder so edited the line 727 to reflect the location & no error now

pageauc commented 11 months ago

OK Thanks. Updated. I guess it moved. Since it is on the PATH, the full path would not really be required. In this case I changed to /usr/bin/vcgencmd.

Thanks for your help ...