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 ကိုအဝေးမှ Monitor လုံခြုံတဲ့ environemnt ၌သင်တို့၏ Raspberry Pi ကိုကင်မရာကိုချိတ်ဆက်နိုင်ပါလိမ့်မည်။
ဤလျှောက်လွှာကို https://github.com/danidomi/motion သို့မဟုတ် ဒံယေလ referer ကျေးဇူးပြုပြီး သာ configuration များသို့မဟုတ်မေးခွန်းများကိုအကြောင်းကိုပိုမိုပြည့်စုံသောသတင်းအချက်အလက်များကိုအခြေခံအထောက်အထားစိစစ်သုံးပြီး Motion ကိုချိတ်ဆက်ပါလိမ့်မယ် .alexandre.domingues @ gmail.com
Configuration ကို
Raspberry Pi အတွက် Motion Configuration ကို
သာ WINDOWS တွေအဘို့အ Download - https://sourceforge.net/projects/win32diskimager
raspbian link ကို Download လုပ်ပါ - https://downloads.raspberrypi.org/raspbian_lite_latest
စကားဝှက်ကိုအဖြစ် username နှင့် Raspberry အဖြစ် pi သုံးပြီး command line ကိုရဲ့ login ကနေ SD ကတ်ဖို့ပုံရိပ် writting ပြီးနောက်
> wget သည် https://github.com/danidomi/motion/releases/download/release/motion.zip
> ဇီပ် 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 nginx install apt-get
> sudo apache2-Utilities ကို install apt-get
> sudo htpasswd -c /home/pi/.htpasswd admin ရဲ့
အဆိုကိုကင်မရာကိုဖိုင်ကို၏အောက်ဆုံးမှဒီ add အွန်လိုင်းလျှင်စစျဆေးဖို့တစ် cronjob Add
> sudo crontab -e
* / 1 * * * * pgrep ရွေ့လျားမှု || / home / pi / mmal / startmotion
သင်ပင်က start ဖို့လိုအပ် wont
Raspberry Pi အတွက် Nginx Configuration ကို
> sudo apt-get nginx sudo apache2-Utilities ကို install apt-get install
> sudo htpasswd -c /home/pi/.htpasswd admin ရဲ့
> vi / etc / nginx / ဆိုဒ်များ-ရရှိနိုင် / default အနေနဲ့
အဲဒါကိုအောက်ကအောက်ပါကုဒ် Add
တည်နေရာ / {
ဖိုင်အဖြစ်တောင်းဆိုမှုကိုအစေခံရန် # ပထမဦးစွာကြိုးပမ်းမှု, ထို့နောက်
directory ကိုအဖြစ် #, ထို့နောက် 404 ပြသပြန်ကျလိမ့်မည်။
try_files $ ဖြစ်သောဥရိ $ ဖြစ်သောဥရိ / = 404;
auth_basic "ကန့်သတ်ထား";
auth_basic_user_file /home/pi/.htpasswd;
proxy_pass http://127.0.0.1:8081/img/video.mjpeg;
}
ထိုအခါဝန်ဆောင်မှုစတင်ရန်
> sudo service ကို nginx စတင်
Raspberry Pi အတွက် FreeDNS Configuration ကို
သင်ကမရှိကြပါဘူးလျှင်အကောင့်တစ်ခု Create
> vi ~ / updatedns.sh
အဲဒါကိုအောက်ကအကြောင်းအရာကူးယူပါ။
#! / bin / sh
wget သည် --no-check-လက်မှတ် -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