Перейти к файлу
Wade Wegner e9dcf10e6e Added simple instructions 2015-03-02 18:27:11 -07:00
.gitignore Added ignore for media 2015-03-02 18:20:21 -07:00
LICENSE Initial commit 2015-03-02 16:06:00 -07:00
README.md Added simple instructions 2015-03-02 18:27:11 -07:00
config.ini Added support for ConfigParser 2015-03-02 18:14:19 -07:00
imageupload.py Added support for ConfigParser 2015-03-02 18:14:19 -07:00
upload.py Added support for ConfigParser 2015-03-02 18:14:19 -07:00
videoupload.py Added support for ConfigParser 2015-03-02 18:14:19 -07:00

README.md

raspberrypi-camera-azure

Some hackery with the Raspberry Pi Camera using Azure storage.

To use this code, simply update config.ini to use your own Azure storage account.

You can run the following scripts:

python upload.py FILENAME TYPE (i.e. jpg, mp4, or txt)
python imageupload.py
python videoupload.py

To use the picamera, azure, and MP4Box run the following commands:

sudo apt-get install python-picamera

curl https://bootstrap.pypa.io/get-pip.py | sudo python
sudo pip install azure

sudo apt-get install gpac