Skip to content

usr local bin

Q-engineering edited this page Aug 20, 2023 · 3 revisions

/usr/local/bin

output image

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.

StartCam.sh

#!/bin/sh
sleep 10
YoloCamRpi

Of course, the script needs to be executable.

sudo chmod 755 /usr/local/bin/StartCam.sh
Clone this wiki locally