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 IconTin cậy
1K+Tải về
4.5MBKích thước
Android Version Icon4.0.3 - 4.0.4+
Phiên bản Android
1.5(21-07-2020)Phiên bản mới nhất
-
(0 Đánh giá)
Age ratingPEGI-3
Tải về
Chi tiếtĐánh giáPhiên bảnthông tin
1/6

Mô tả của 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 từ xa Màn hình sẽ có thể kết nối với máy ảnh Raspberry Pi của bạn trong một environemnt an toàn.

Ứng dụng này sẽ kết nối với chuyển động chỉ sử dụng Basic Authentication để biết thêm thông tin về cấu hình hay thắc mắc xin vui lòng referer để https://github.com/danidomi/motion hoặc daniel .alexandre.domingues @ gmail.com


Cấu hình


Motion Cấu hình trong Raspberry Pi


chỉ tải cho WINDOWS - https://sourceforge.net/projects/win32diskimager


Tải về liên kết raspbian - https://downloads.raspberrypi.org/raspbian_lite_latest


Sau writting hình ảnh vào thẻ SD, từ dòng lệnh đăng nhập bằng pi như tên người dùng và mâm xôi như mật khẩu


> 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 quản trị

Thêm một cronjob để kiểm tra xem máy ảnh chuyển động được trực tuyến thêm video này vào dưới cùng của file


> Sudo crontab -e


* / 1 * * * * chuyển động pgrep || / Home / pi / mmal / startmotion

Bạn sẽ không còn cần phải bắt đầu nó


Nginx Cấu hình trong Raspberry Pi


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

> Sudo htpasswd -c /home/pi/.htpasswd quản trị

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

Thêm mã sau bên dưới để nó


vị trí / {

                # Nỗ lực đầu tiên để phục vụ yêu cầu như tập tin, sau đó

                # Như là thư mục, sau đó rơi trở lại để hiển thị một 404.

                try_files $ uri $ uri / = 404;

                auth_basic “hạn chế”;

                auth_basic_user_file /home/pi/.htpasswd;

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

        }

Và bắt đầu dịch vụ


> Start sudo dịch vụ nginx


FreeDNS Cấu hình trong Raspberry Pi


Tạo một tài khoản nếu bạn không có nó


> Vi ~ / updatedns.sh

Sao chép nội dung dưới đây để nó.


#! / Bin / sh

wget --no-check-Giấy chứng nhận -O - https://freedns.afraid.org/dynamic/update.php?XXXXXXXXXXXXX >> /tmp/XXXXXXXXXXXXX.log


> Crontab -e

* / 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 - Phiên bản 1.5

(21-07-2020)
Phiên bản khác

Không có đánh giá hoặc xếp hạng nào! Để rời khỏi trang đầu tiên, vui lòng

-
0 Reviews
5
4
3
2
1

Raspberry Pi Remote Monitor - Thông tin APK

Phiên bản APK: 1.5Gói: de.twolazy.monitor
Khả năng tương thích với Android: 4.0.3 - 4.0.4+ (Ice Cream Sandwich)
Lập trình viên:danidomiGiấy phép:7
Tên: Raspberry Pi Remote MonitorKích thước: 4.5 MBTải về: 2Phiên bản: : 1.5Ngày phát hành: 2023-03-29 03:46:26Màn hình tối thiểu: SMALLCPU được hỗ trợ: x86, armeabi, armeabi-v7a, mips
ID gói: de.twolazy.monitorChữ ký SHA1: 74:29:E1:15:DF:CB:29:BA:F0:20:ED:AC:EA:4C:4D:AF:BD:75:0E:C9Lập trình viên (CN): Daniel DominguesTổ chức (O): TwoLazyĐịa phương (L): FrankfurtQuốc gia (C): DEBang / Thành phố (ST): HessenID gói: de.twolazy.monitorChữ ký SHA1: 74:29:E1:15:DF:CB:29:BA:F0:20:ED:AC:EA:4C:4D:AF:BD:75:0E:C9Lập trình viên (CN): Daniel DominguesTổ chức (O): TwoLazyĐịa phương (L): FrankfurtQuốc gia (C): DEBang / Thành phố (ST): Hessen

Phiên bản mới nhất của Raspberry Pi Remote Monitor

1.5Trust Icon Versions
21/7/2020
2 tải về4.5 MB Kích thước
Tải về
appcoins-gift
Trò chơi tiền thưởngGiành thêm nhiều phần thưởng hơn nữa!
thêm