Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariohmol/raspberrypi-selfie
An app built on raspberry where the user can push a button, it count until 3 and take a picture. This picture is shown in a screen and posted in a wordpress blog.
https://github.com/mariohmol/raspberrypi-selfie
Last synced: 1 day ago
JSON representation
An app built on raspberry where the user can push a button, it count until 3 and take a picture. This picture is shown in a screen and posted in a wordpress blog.
- Host: GitHub
- URL: https://github.com/mariohmol/raspberrypi-selfie
- Owner: mariohmol
- License: gpl-3.0
- Created: 2016-02-13T16:21:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T01:32:42.000Z (over 8 years ago)
- Last Synced: 2024-04-13T22:23:11.312Z (7 months ago)
- Language: Python
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raspberrypi-selfie
Using RaspberryPi, a Camera and a Push Button to have a Selfie widget that takes a picture from the user and automatically post in a wordpress blog in the web.
## Emulating
See all steps to emulate raspberrypi in your MacOS
[Absolute README link](https://github.com/mariohmol/raspberrypi-selfie/blob/master/Emulating.md)
See how it should open, with keyboard and mouse working:
![alt tag](https://raw.github.com/mariohmol/raspberrypi-selfie/master/docs/emulator.png)
## Development
https://www.raspberrypi.org/documentation/linux/software/python.md
Post in Wordpress:
* http://python-wordpress-xmlrpc.readthedocs.org/
Camera
* http://www.rs-online.com/designspark/electronics/knowledge-item/raspberry-pi-camera-setup
* http://blog.gbaman.info/?p=150Libs:
* http://www.pyimagesearch.com/2015/02/23/install-opencv-and-python-on-your-raspberry-pi-2-and-b/
## Configuration
You need to define WP Url , User and Password to connect via XMLRPC:
* export WP_LINK=http://yourblog.com/xmlrpc.php
* export WP_USER=admin
* export WP_PASS=MYpass## TODO:
* Make it read a camera and show in screen
* Button to make an action
* This action take a picture and save local
* Take this local picture and send as a post to WP
* Have to connect using local wifi