Raspberry Pi/Camera surveillance: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 1: Line 1:
== Ram drive ==
== 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
* sudo mkdir /mnt/ramdrv
* /etc/fstab  
* /etc/fstab  
Line 6: Line 16:
</pre>
</pre>
* mount -a
* 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

Revision as of 19:35, 1 December 2017

Install RPi Cam Control


Ram drive (when recording locally)

  • sudo mkdir /mnt/ramdrv
  • /etc/fstab
tmpfs /mnt/ramdrv tmpfs nodev,nosuid,size=150M 0 0 
  • mount -a