Skip to main content

All Questions

Filter by
Sorted by
Tagged with
7 votes
1 answer
830 views

Motion detection program for snapping of images

I'm doing a motion detection program where it snaps an image when it detects movement and snaps an image of the person's face if in view while this is all recorded and sends it all to Dropbox. It's ...
Marciano Ng's user avatar
3 votes
0 answers
2k views

Serving images from a Raspberry Pi camera over HTTP

I have a Pi with a camera module that I control with Python. I created a web server with web.py that allows me to make HTTP requests to the PI to retrieve an image. There are two optional parameters ...
I'll add comments tomorrow's user avatar