使用雷電模擬器在電腦上玩Raspberry Pi Remote Monitor
Raspberry Pi Remote Monitor是danidomi開發的一款能夠在行動裝置上運行的影片播放與編輯應用程式,但使用最好的Android 模擬器-雷電模擬器 ,你可以在電腦上下載並暢玩Raspberry Pi Remote Monitor。
在電腦上運行Raspberry Pi Remote Monitor,您可以在大螢幕上清晰地瀏覽, 而用滑鼠和鍵盤操控應用程式比用觸摸屏鍵盤要快得多,同時你將永遠不必擔心設備的電量問題。
通過多開和同步功能,你甚至可以在PC上運行多個應用程式和帳戶。
而文件互傳功能讓分享圖像、影片和文件也變得非常容易。
下載Raspberry Pi Remote Monitor並在PC上運行。享受PC端的大螢幕和高畫質畫質吧!
樹莓派遠程監控就能連接到您的樹莓派相機在安全environemnt。
此應用程序將連接到運動的
僅的使用基本認證有關的配置或問題的更多信息請REFERER為 https://github.com/danidomi/motion 或丹尼爾.alexandre.domingues @ gmail.com 的
配置
運動控制配置在樹莓裨
只下載WINDOWS - https://sourceforge.net/projects/win32diskimager
下載raspbian鏈接 - https://downloads.raspberrypi.org/raspbian_lite_latest
採用pi作為用戶名和覆盆子作為口令的圖像書面方式到SD卡,從所述命令行登錄後
> wget的https://github.com/danidomi/motion/releases/download/release/motion.zip
>解壓motion.zip
> CD MMAL
>命令和apt-get安裝的libjpeg -y-dev的libavformat56了libavformat-dev的libavcodec56的libavcodec-dev的libavutil54 libavutil-dev的的libc6-dev的的zlib1g-dev的libmysqlclient18的libmysqlclient-dev的libpq5的libpq-dev的
>命令和apt-get安裝的nginx
>命令和apt-get安裝的apache2-utils的
>須藤的htpasswd -c /home/pi/.htpasswd管理
添加一個cronjob以檢查運動攝像機在線內容添加到該文件的底部
>須藤的crontab -e
* / 1 * * * * p纖ep運動|| /家庭/ PI / MMAL / startmotion
你甚至不會需要啟動它
Nginx的配置在樹莓裨
>命令和apt-get安裝nginx的命令和apt-get安裝的apache2-utils的
>須藤的htpasswd -c /home/pi/.htpasswd管理
> VI的/ etc / nginx的/網站可用/默認
下面添加以下代碼到它
位置 / {
#第一次嘗試以服務請求的文件,然後
#作為目錄,然後退回到顯示404。
try_files $ URI $ URI / = 404;
auth_basic“限制”;
auth_basic_user_file /home/pi/.htpasswd;
proxy_pass http://127.0.0.1:8081/img/video.mjpeg;
}
並啟動服務
> sudo的服務nginx的開始
在樹莓裨 FreeDNS配置
創建一個帳戶,如果你沒有它
> VI〜/ updatedns.sh
複製下面的內容吧。
#!/ bin / sh的
wget的--no檢查證書-O - https://freedns.afraid.org/dynamic/update.php?Raspberry Pi Remote MonitorRaspberry Pi Remote MonitorRaspberry Pi Remote MonitorX >> /tmp/Raspberry Pi Remote MonitorRaspberry Pi Remote MonitorRaspberry Pi Remote MonitorX.log
> crontab -e命令
* / 1 * * * *〜/ updatedns.sh