birdcam-pi/vars

38 lines
786 B
Plaintext
Raw Normal View History

# generic
2021-09-23 22:15:00 +02:00
playercmd=cvlc
2021-09-23 22:59:32 +02:00
playerparam=--no-osd --play-and-exit
2021-09-23 01:26:45 +02:00
playerproc=vlc
2021-09-23 22:26:06 +02:00
playerpackage=vlc
randomsh=randomvideo.sh
2021-09-23 01:52:28 +02:00
pingserver=raspbian.raspberrypi.org
2021-09-23 22:15:00 +02:00
usbdevice=sda1
2021-09-23 23:03:44 +02:00
camparamr=random
camparam1=birdcam1
camparam2=birdcam2
# automount.sh
mountpoint=/media/video
mountoptions=ro
2021-09-23 01:52:28 +02:00
2021-09-23 22:42:54 +02:00
# check_playerpro*c*.sh
2021-09-23 01:52:28 +02:00
gpio_led_b=28
2021-09-23 21:59:31 +02:00
# poll_button.sh
gpio_sw=0
gpio_led_r=2
gpio_led_g=29
camerash=/home/pi/birdcam/view_birdcam.sh
buttonpolling=0.05
buttontimeout=1
countermax=1200
2021-09-23 22:15:00 +02:00
# randomvideo.sh
folderext=/media/video/video
folderint=/home/pi/birdcam/video
2021-09-23 22:26:06 +02:00
# view_birdcam.sh
cameralist=/home/pi/birdcam/conf/cameralist.txt
randompathsh=/home/pi/birdcam/randomvideo.sh
2021-09-23 22:53:00 +02:00
#streamurl=rtsp://$1:554/user=admin&password=&channel=1&stream=0.sdp?real_stream - Please set local in file view_birdcam.sh!