Raspberry Pi/Camera surveillance: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== New take in 2019 == | |||
* https://www.linux-projects.org/uv4l/installation/ | |||
* https://github.com/ccrisan/motioneyeos | |||
* http://gstreamer-devel.966125.n4.nabble.com/Raspberry-Pi-Timestamped-Live-Stream-td4687043.html | |||
* https://info-beamer.com/raspberry-pi-digital-signage-multicast-video-streamer-7314.html | |||
== Install "RPi Cam Control" == | == Install "RPi Cam Control" == | ||
* sudo apt update | * sudo apt update |
Revision as of 08:24, 19 April 2019
New take in 2019
- https://www.linux-projects.org/uv4l/installation/
- https://github.com/ccrisan/motioneyeos
- http://gstreamer-devel.966125.n4.nabble.com/Raspberry-Pi-Timestamped-Live-Stream-td4687043.html
- https://info-beamer.com/raspberry-pi-digital-signage-multicast-video-streamer-7314.html
Install "RPi Cam Control"
- sudo apt update
- sudo apt full-upgrade
- sudo apt install nginx php7.0-fpm git
- git clone https://github.com/silvanmelchior/RPi_Cam_Web_Interface.git
- cd RPi_Cam_Web_Interface
- chmod u+x *.sh
- ./install.sh
Ram drive (when recording locally)
- sudo mkdir /mnt/ramdrv
- /etc/fstab
tmpfs /mnt/ramdrv tmpfs nodev,nosuid,size=150M 0 0
- mount -a