BREAKING NEWS

05 November 2015

Realization of a webcam by external Raspberry Pi



A few months ago I made ​​the Raspberry Pi simple webcam that send to FTP server images (taken with the camera module), adding lettering and logos overlay.
Unlike the webcam that I put in my weather station , this does not require special software.
The configuration software is really simple: a 'standard installation Raspbian SD, with a script that takes over all the work (ie: take the picture, add the information above, send to FTP and write logs)
The script (found at the bottom) can be saved in your home directory and executed periodically using cron , for example every 5 minutes with a setting like this:
1
* / 5 * * * * / home / pi / TakeAndUpload .sh
That memory must be inserted by typing " crontab -e "in the terminal. 
The only requirements for its operation of the script are as follows:
mkdir / home / pi / images 
sudo apt-get install ftp imagemagick
The configuration is present on top of the script (in the CONFIGURATION) and it's pretty self-explanatory.
For the use in question, the Raspberry has been inserted into a waterproof box aluminum (as those used for video surveillance) which is also heated by a heating element placed internally opposite to the glass. 
This expedient in addition to solving the problem of snow and ice, also prevents fogging of the glass itself.
The webcam is mounted in a very limit in terms of environmental, near the refuge " The Shack "Mount Falcon nell'Appenino Tosco-Romagnolo, at 1488 m ! And is working without problems for almost a year at this address: http://www.webcamcampigna.it/

Share this:

Post a Comment

 
Back To Top
Distributed By Blogger Templates | Designed By OddThemes