Skip to content

Commit

Permalink
Remove obsolete options from init.d script
Browse files Browse the repository at this point in the history
  • Loading branch information
iizukanao committed Nov 17, 2022
1 parent 93211c0 commit 9278e25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
12 changes: 0 additions & 12 deletions etc/default/picam
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ VIDEO_WIDTH=1280
## image height in pixels
VIDEO_HEIGHT=720

## image rotation in clockwise degrees
VIDEO_ROTATION=0

## flip image horizontally
VIDEO_HORIZONTAL_FLIP=false

Expand All @@ -35,15 +32,6 @@ VIDEO_VERTICAL_FLIP=false
## video stream bitrate in bits/s
VIDEO_BITRATE=2000000

## minimum quantization level for video encoding
VIDEO_QPMIN="1"

## maximum quantization level for video encoding
VIDEO_QPMAX="24"

## initial quantization level for video encoding
VIDEO_QPINIT="1"

## alsa device name
ALSADEV="hw:0,0"

Expand Down
4 changes: 0 additions & 4 deletions etc/init.d/picam
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ PICAM_OPTIONS="--quiet \
--fps $VIDEO_FRAMERATE \
--width $VIDEO_WIDTH \
--height $VIDEO_HEIGHT \
--rotation $VIDEO_ROTATION \
--videobitrate $VIDEO_BITRATE \
--qpmin $VIDEO_QPMIN \
--qpmax $VIDEO_QPMAX \
--qpinit $VIDEO_QPINIT \
--alsadev $ALSADEV \
$OTHER_OPTIONS"
if [ "$ENABLE_HLS" = "true" ]; then
Expand Down

0 comments on commit 9278e25

Please sign in to comment.