Raspberry Pi/Camera surveillance
Ram drive
- sudo mkdir /mnt/ramdrv
- /etc/fstab
tmpfs /var/tmp tmpfs nodev,nosuid,size=150M 0 0
- mount -a
Install RPi Cam Control
- sudo apt-get update
- sudo apt-get dist-upgrade
- sudo apt-get install git
- git clone https://github.com/silvanmelchior/RPi_Cam_Web_Interface.git
- cd RPi_Cam_Web_Interface
- chmod u+x *.sh
- ./install.sh