-
Notifications
You must be signed in to change notification settings - Fork 4
usr local bin
Q-engineering edited this page Aug 20, 2023
·
3 revisions
The programs found at /usr/local/bin
Program | Description |
---|---|
Alive | The software watchdog. |
ff* | FFmpeg tools (don't remove). |
gpio | WiringPi software. |
opencv* | OpenCV executables (don't remove). |
setup_vars_opencv4.sh | OpenCV script (don't remove). |
StartCam.sh | Start script, see auto start. |
TestIPcam | The RTSP test application. |
YoloIPcam | The YoloIP application. |
#!/bin/sh
sleep 10
YoloCamRpi
Of course, the script needs to be executable.
sudo chmod 755 /usr/local/bin/StartCam.sh