camera-streamer Picam

This commit is contained in:
paukstelis
2024-04-01 15:08:51 -04:00
parent af7162a108
commit ff14e332f9
3 changed files with 4 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ write_camera() {
#camera-streamer
if [ "$STREAMER" == camera-streamer ]; then
if [ "$PICAM" == true ]; then
if [ "$PI" == true ]; then
cat $SCRIPTDIR/picam_camstream.service | \
sed -e "s/OCTOUSER/$OCTOUSER/" \
-e "s/OCTOCAM/cam${INUM}_$INSTANCE/" > $SCRIPTDIR/$OUTFILE.service