Add -snapshot.height
, -stream.height
and -video.height
This commit is contained in:

committed by
Kamil Trzcinski

parent
c18561c9f8
commit
ca08adb62f
@ -13,10 +13,12 @@ ExecStart=/usr/local/bin/camera-streamer \
|
||||
-camera-fps=15 \
|
||||
; use two memory buffers to optimise usage
|
||||
-camera-nbufs=2 \
|
||||
; the high-res is 1552x1165
|
||||
-camera-high_res_factor=1.5 \
|
||||
; the low-res is 776x582
|
||||
-camera-low_res_factor=3.0 \
|
||||
; the snapshot is 1438x1080
|
||||
-camera-snapshot.height=1080 \
|
||||
; the video/webrtc is 958x720
|
||||
-camera-video.height=720 \
|
||||
; the stream is 639x480
|
||||
-camera-stream.height=480 \
|
||||
; bump brightness slightly
|
||||
-camera-options=brightness=0.1 \
|
||||
; disable auto-focus
|
||||
|
@ -15,10 +15,12 @@ ExecStart=/usr/local/bin/camera-streamer \
|
||||
-camera-fps=30 \
|
||||
; use two memory buffers to optimise usage
|
||||
-camera-nbufs=2 \
|
||||
; the high-res is 1552x1165
|
||||
-camera-high_res_factor=1.5 \
|
||||
; the low-res is 776x582
|
||||
-camera-low_res_factor=3.0 \
|
||||
; the snapshot is 1438x1080
|
||||
-camera-snapshot.height=1080 \
|
||||
; the video/webrtc is 958x720
|
||||
-camera-video.height=720 \
|
||||
; the stream is 639x480
|
||||
-camera-stream.height=480 \
|
||||
; bump brightness slightly
|
||||
-camera-options=brightness=0.1 \
|
||||
; disable auto-focus
|
||||
|
@ -16,10 +16,12 @@ ExecStart=/usr/local/bin/camera-streamer \
|
||||
-camera-fps=30 \
|
||||
; use two memory buffers to optimise usage
|
||||
-camera-nbufs=2 \
|
||||
; the high-res is 1640x1232
|
||||
-camera-high_res_factor=2 \
|
||||
; the low-res is 820x616
|
||||
-camera-low_res_factor=4 \
|
||||
; the snapshot is 1438x1080
|
||||
-camera-snapshot.height=1080 \
|
||||
; the video/webrtc is 958x720
|
||||
-camera-video.height=720 \
|
||||
; the stream is 639x480
|
||||
-camera-stream.height=480 \
|
||||
; bump brightness slightly
|
||||
-camera-options=brightness=0.1 \
|
||||
-rtsp-port
|
||||
|
@ -16,10 +16,12 @@ ExecStart=/usr/local/bin/camera-streamer \
|
||||
-camera-fps=30 \
|
||||
; use two memory buffers to optimise usage
|
||||
-camera-nbufs=2 \
|
||||
; the high-res is 1920x1080
|
||||
-camera-high_res_factor=1.2 \
|
||||
; the low-res is 1280x720
|
||||
-camera-low_res_factor=1.8 \
|
||||
; the snapshot is 1920x1080
|
||||
-camera-snapshot.height=1080 \
|
||||
; the video/webrtc is 1280x720
|
||||
-camera-video.height=720 \
|
||||
; the stream is 853x480
|
||||
-camera-stream.height=480 \
|
||||
-rtsp-port
|
||||
|
||||
DynamicUser=yes
|
||||
|
@ -12,9 +12,11 @@ ExecStart=/usr/local/bin/camera-streamer \
|
||||
; use two memory buffers to optimise usage
|
||||
-camera-nbufs=2 \
|
||||
; the high-res is 1920x1080
|
||||
-camera-high_res_factor=1.0 \
|
||||
; the low-res is 960x540
|
||||
-camera-low_res_factor=2.0 \
|
||||
-camera-snapshot.height=1080 \
|
||||
; the video/webrtc is 1280x720
|
||||
-camera-video.height=720 \
|
||||
; the stream is 853x480
|
||||
-camera-stream.height=480 \
|
||||
-rtsp-port
|
||||
|
||||
DynamicUser=yes
|
||||
|
Reference in New Issue
Block a user