Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

service examples using deprecated argument syntax #127

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update camera-streamer-generic-usb-cam.service
deprecated argument syntax
2114L3 authored Dec 26, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit a346c3c21cd9af674a6395411205446492cf32f4
12 changes: 6 additions & 6 deletions service/camera-streamer-generic-usb-cam.service
Original file line number Diff line number Diff line change
@@ -5,17 +5,17 @@ ConditionPathExistsGlob=/dev/v4l/by-id/usb-*-video-index0

[Service]
ExecStart=/usr/local/bin/camera-streamer \
-camera-path=/dev/video0 \
-camera-format=JPEG \
-camera-width=1920 -camera-height=1080 \
-camera-fps=30 \
--camera-path=/dev/video0 \
--camera-format=JPEG \
--camera-width=1920 --camera-height=1080 \
--camera-fps=30 \
; use two memory buffers to optimise usage
-camera-nbufs=3 \
--camera-nbufs=3 \
--http-listen=0.0.0.0 \
--http-port=8080 \
; disable video streaming (WebRTC, RTSP, H264)
; on non-supported platforms
-camera-video.disabled
--camera-video.disabled

DynamicUser=yes
SupplementaryGroups=video i2c