RS Components Raspberry Pi model A Manual do Utilizador Página 4

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 8
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 3
As our housing had a very large glass window at the front, we have closed it with a black paper with a hole in it:
This has the advantage that the "tech" of the camera is not visible anymore. If you like the camera recording led to be visible, don't cover it. Whenever the
camera is detecting any motion or is recording, the led light will glow in a very bright red.
You can also turn off the camera red LED by adding this line to /boot/config.txt:
disable_camera_led=1
Installing the motion detection software
A very good (and free open-source) motion detection/surveillance software with many configuration options is motion.
We now need to install it using the command line (log in to your raspberry as user "pi"):
sudo apt-get install motion
Some packages will be installed in the installation process; just type "y" to proceed with the installation.
As the current version of motion does not (yet) support the Raspberry camera module, we need to download and install a special build with support for this
camera module.
cd /tmp
sudo apt-get install -y libjpeg62 libjpeg62-dev libavformat53 libavformat-dev libavcodec53 libavcodec-dev libavutil51 libavutil-dev libc6-dev zlib1g-dev libmysqlclient18 libmysqlclient-dev libpq5 libpq-dev
wget https://www.scavix.com/files/motion-mmal.tar.gz
And now you need to unpack the downloaded file to the /tmp directory:
tar zxvf motion-mmal.tar.gz
After this unzipping, you now need to update your installed motion with the downloaded build:
Vista de página 3
1 2 3 4 5 6 7 8

Comentários a estes Manuais

Sem comentários