1/6
Raspberry Pi Remote Monitor screenshot 0
Raspberry Pi Remote Monitor screenshot 1
Raspberry Pi Remote Monitor screenshot 2
Raspberry Pi Remote Monitor screenshot 3
Raspberry Pi Remote Monitor screenshot 4
Raspberry Pi Remote Monitor screenshot 5
Raspberry Pi Remote Monitor Icon

Raspberry Pi Remote Monitor

danidomi
Trustable Ranking IconFiable
1K+Téléchargements
4.5MBTaille
Android Version Icon4.0.3 - 4.0.4+
Version Android
1.5(21-07-2020)Dernière Version
-
(0 Avis)
Age ratingPEGI-3
Télécharger
DétailsAvisVersionsInfo
1/6

Description de Raspberry Pi Remote Monitor

Raspberry Pi Remote Monitor will be able to connect to your Raspberry Pi Camera in a secure environemnt.

This application will connect to Motion only using Basic Authentication for more information about configuration or questions please referer to https://github.com/danidomi/motion or daniel.alexandre.domingues@gmail.com


Configuration


Motion Configuration in Raspberry Pi


Download only for WINDOWS - https://sourceforge.net/projects/win32diskimager


Download raspbian link - https://downloads.raspberrypi.org/raspbian_lite_latest


After writting the image to SD Card, from the command line login using pi as username and raspberry as password


>wget https://github.com/danidomi/motion/releases/download/release/motion.zip

>unzip motion.zip

>cd mmal

>sudo apt-get install -y libjpeg-dev libavformat56 libavformat-dev libavcodec56 libavcodec-dev libavutil54 libavutil-dev libc6-dev zlib1g-dev libmysqlclient18 libmysqlclient-dev libpq5 libpq-dev

>sudo apt-get install nginx

>sudo apt-get install apache2-utils

>sudo htpasswd -c /home/pi/.htpasswd admin

Add a cronjob to check if the motion camera is online add this to the bottom of the file


>sudo crontab -e


*/1 * * * * pgrep motion || /home/pi/mmal/startmotion

You wont even need to start it


Nginx Configuration in Raspberry Pi


>sudo apt-get install nginx sudo apt-get install apache2-utils

>sudo htpasswd -c /home/pi/.htpasswd admin

>vi /etc/nginx/sites-available/default

Add the following code below to it


location / {

# First attempt to serve request as file, then

# as directory, then fall back to displaying a 404.

try_files $uri $uri/ =404;

auth_basic “Restricted”;

auth_basic_user_file /home/pi/.htpasswd;

proxy_pass http://127.0.0.1:8081/img/video.mjpeg;

}

And start the service


>sudo service nginx start


FreeDNS Configuration in Raspberry Pi


Create an account if you don't have it


>vi ~/updatedns.sh

Copy the below content to it.


#!/bin/sh

wget --no-check-certificate -O - https://freedns.afraid.org/dynamic/update.php?XXXXXXXXXXXXX >> /tmp/XXXXXXXXXXXXX.log


>crontab -e

*/1 * * * * ~/updatedns.sh

Raspberry Pi Remote Monitor sera en mesure de se connecter à votre appareil photo Raspberry Pi dans un environemnt sécurisé.

Cette application se connectera à la motion uniquement en utilisant l'authentification de base pour plus d'informations sur la configuration ou des questions s'il vous plaît referer à https://github.com/danidomi/motion ou daniel .alexandre.domingues @ gmail.com


Configuration


Configuration Motion Raspberry Pi


Télécharger uniquement pour Windows - https://sourceforge.net/projects/win32diskimager


Lien de téléchargement raspbian - https://downloads.raspberrypi.org/raspbian_lite_latest


Après l'image ecriture sur la carte SD, de la connexion de la ligne de commande en utilisant pi comme nom d'utilisateur et mot de passe comme framboise


> Wget https://github.com/danidomi/motion/releases/download/release/motion.zip

> Décompressez motion.zip

> Cd MMAL

> Sudo apt-get install -y libjpeg-dev libavformat56-dev libavformat libavcodec56 libavcodec-dev libavutil54-dev libavutil libc6-dev zlib1g-dev libmysqlclient18 libmysqlclient-dev libpq5-dev libpq

> Sudo apt-get install nginx

> Sudo apt-get install apache2-utils

> Sudo htpasswd -c /home/pi/.htpasswd admin

Ajouter une tâche cron pour vérifier si la caméra de mouvement est d'ajouter en ligne ceci au bas du fichier


> Crontab -e sudo


* / 1 * * * * mouvement pgrep || / Home / pi / MMAL / startmotion

Vous ne serez même pas besoin de démarrer


Configuration Nginx dans Raspberry Pi


> Sudo apt-get install nginx sudo apt-get install apache2-utils

> Sudo htpasswd -c /home/pi/.htpasswd admin

> Vi / etc / nginx / sites disponibles / default

Ajoutez le code suivant ci-dessous pour elle


emplacement / {

                # Première tentative de servir la demande sous forme de fichier, puis

                # Comme répertoire, l'automne puis de nouveau à l'affichage d'une 404.

                try_files $ uri $ uri / = 404;

                auth_basic « restreint »;

                auth_basic_user_file /home/pi/.htpasswd;

                proxy_pass http://127.0.0.1:8081/img/video.mjpeg;

        }

Et démarrer le service


> Service nginx début sudo


FreeDNS configuration en Raspberry Pi


Créer un compte si vous ne l'avez pas


> Vi ~ / updatedns.sh

Copiez le contenu ci-dessous pour elle.


#! / Bin / sh

wget --no-check-certificat -O - https://freedns.afraid.org/dynamic/update.php?XXXXXXXXXXXXX >> /tmp/XXXXXXXXXXXXX.log


> Crontab

* / 1 * * * * ~ / updatedns.sh


Raspberry Pi Remote Monitor will be able to connect to your Raspberry Pi Camera in a secure environemnt.

This application will connect to Motion only using Basic Authentication for more information about configuration or questions please referer to https://github.com/danidomi/motion or daniel.alexandre.domingues@gmail.com


Configuration


Motion Configuration in Raspberry Pi


Download only for WINDOWS - https://sourceforge.net/projects/win32diskimager


Download raspbian link - https://downloads.raspberrypi.org/raspbian_lite_latest


After writting the image to SD Card, from the command line login using pi as username and raspberry as password


>wget https://github.com/danidomi/motion/releases/download/release/motion.zip

>unzip motion.zip

>cd mmal

>sudo apt-get install -y libjpeg-dev libavformat56 libavformat-dev libavcodec56 libavcodec-dev libavutil54 libavutil-dev libc6-dev zlib1g-dev libmysqlclient18 libmysqlclient-dev libpq5 libpq-dev

>sudo apt-get install nginx

>sudo apt-get install apache2-utils

>sudo htpasswd -c /home/pi/.htpasswd admin

Add a cronjob to check if the motion camera is online add this to the bottom of the file


>sudo crontab -e


*/1 * * * * pgrep motion || /home/pi/mmal/startmotion

You wont even need to start it


Nginx Configuration in Raspberry Pi


>sudo apt-get install nginx sudo apt-get install apache2-utils

>sudo htpasswd -c /home/pi/.htpasswd admin

>vi /etc/nginx/sites-available/default

Add the following code below to it


location / {

# First attempt to serve request as file, then

# as directory, then fall back to displaying a 404.

try_files $uri $uri/ =404;

auth_basic “Restricted”;

auth_basic_user_file /home/pi/.htpasswd;

proxy_pass http://127.0.0.1:8081/img/video.mjpeg;

}

And start the service


>sudo service nginx start


FreeDNS Configuration in Raspberry Pi


Create an account if you don't have it


>vi ~/updatedns.sh

Copy the below content to it.


#!/bin/sh

wget --no-check-certificate -O - https://freedns.afraid.org/dynamic/update.php?XXXXXXXXXXXXX >> /tmp/XXXXXXXXXXXXX.log


>crontab -e

*/1 * * * * ~/updatedns.sh

Raspberry Pi Remote Monitor - Version 1.5

(21-07-2020)
Autres versions

Il n'y a pas encore de commentaires ou d'évaluations ! Pour être le premier, veuillez

-
0 Reviews
5
4
3
2
1

Raspberry Pi Remote Monitor - Information APK

Version APK: 1.5Package: de.twolazy.monitor
Compatibilité Android: 4.0.3 - 4.0.4+ (Ice Cream Sandwich)
Développeur:danidomiAutorisations:7
Nom: Raspberry Pi Remote MonitorTaille: 4.5 MBTéléchargements: 2Version : : 1.5Date de sortie: 2023-03-29 03:46:26Écran mini: SMALLCPU pris en charge: x86, armeabi, armeabi-v7a, mips
ID du package: de.twolazy.monitorSignature SHA1: 74:29:E1:15:DF:CB:29:BA:F0:20:ED:AC:EA:4C:4D:AF:BD:75:0E:C9Développeur (CN): Daniel DominguesOrganisation (O): TwoLazyLocalisation (L): FrankfurtPays (C): DEÉtat/ville (ST): HessenID du package: de.twolazy.monitorSignature SHA1: 74:29:E1:15:DF:CB:29:BA:F0:20:ED:AC:EA:4C:4D:AF:BD:75:0E:C9Développeur (CN): Daniel DominguesOrganisation (O): TwoLazyLocalisation (L): FrankfurtPays (C): DEÉtat/ville (ST): Hessen

Ancienne Version de Raspberry Pi Remote Monitor

1.5Trust Icon Versions
21/7/2020
2 téléchargements4.5 MB Taille
Télécharger
appcoins-gift
Jeux BonusGagnez encore plus de récompenses !
plus
Total Destruction
Total Destruction icon
Télécharger
Blockman Go
Blockman Go icon
Télécharger
Alchemix - Match 3
Alchemix - Match 3 icon
Télécharger
Roi Bijoux : Pucca
Roi Bijoux : Pucca icon
Télécharger
Legend of Mushroom
Legend of Mushroom icon
Télécharger
Nations of Darkness
Nations of Darkness icon
Télécharger