Skip to content

wadewegner/raspberrypi-camera-azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages