Blue Motion is a simple dashboard front-end for Motion using the free Community Edition of PowerShell Universal Dashboard from Ironman Software
- Most of the basic Motion Web UI presented on a Dashboard - including the Live View and snapshot and motion detection controls.
- Preview "Gallery" of captured images with "easy download"
This setup assumes a Windows Machine running UD and a file share, and a Raspberry Pi running a basic Motion configuration...
- Setup a Windows File Share on your Universal Dashboard Sever - Motion will deliver output to this folder and Universal Dashboard will publish this folder to the web interface.
- Setup PowerShell Universal Dashboard
- Mount the Share on Raspbian
sudo apt-get install cifs-utils
sudo mkdir /mtn/MotionPics
sudo mount -t cifs //YOURUDSERVER/Share/BlueUD /mnt/Motion -o user=username,pass=password,dir_mode=0777,file_mode=0777
- Raspbian Setup: (More Detailed Steps Soon...)
- Ensure the Camera is Enabled.
- Install Motion
- Configure Motion
sudo nano /etc/motion/motion.conf
- Run the UD Dashboard
- Do some test Shots
- Capture picture of your cats!
This project was created to help me figure out which cat was taking a dump in my basement - Motion is great software please support that project and do cool things with it!