Is the AE which makes a photo and provides a URL to access to it.
This implementation uses the picamera module which provides an interface to use a camera though a Raspberry.
- A Raspberry Pi
- A Camera module compatible with raspberry
Connect the camera to the raspberry
- You must connect the Raspberry to the internet
- You must change the value of these variables to those of your devices and services:
MQTT_PORT=1883
MQTT_IP="192.168.0.21"
CSE_NAME = "Mobius"
- Set up an image server, in our case we installed apache server, and stored the images in a folder to serve.
my_IP="192.168.0.30"