image designed by German Markus Gerke
"Gafas" for Instagram with Raspberry Pi Zero
- Raspberry Pi Zero v1.3
- Camera Pi v1.3
- Cable Camera Pi
- Upload Video and photo Instagram
- Video Circular (Spectacles) Example
- Filters of PiCamera
-
Fork/Clone/Download this repo
git clone https://github.com/sabas1080/InstagramPi/
-
Navigate to the directory
cd InstagramPi
-
Install the dependencies
pip install -r requirements.txt
-
Install ffmpeg for PiZero
wget https://github.com/ccrisan/motioneye/wiki/precompiled/ffmpeg_3.1.1-1_armhf.deb
dpkg -i ffmpeg_3.1.1-1_armhf.deb
- Install ffmpeg for Pi2/Pi3/Mac/Linux/Windows (Link)[http://ffmpeg.org/download.html]
git clone https://github.com/FFmpeg/FFmpeg.git
cd FFmpeg
sudo ./configure --arch=armel --target-os=linux --enable-gpl --enable-libx264 --enable-nonfree
make
sudo make install
- Camera enabled.
Try running 'sudo raspi-config'
sudo raspi-config
Interfacing Options->Camera->Enable - Yes
-
Reboot
-
Modify InstagramPi.py with your own username and password
-
Run the script (use text editor to edit the script and type in valid Instagram username/password)
python InstagramPi.py
Andres Sabas @ Feb 2017
Contributing to this software is warmly welcomed. You can do this basically by
forking, committing modifications and then pulling requests (follow the links above
for operating guide). Adding change log and your contact into file header is encouraged.
Thanks for your contribution.
Enjoy!