This repository includes an application example to stream video using MicroPython on the:
Using a browser, you can connect to the boards to see the video stream.
The boards can be used as portable timelapse cameras. Check out this repository for more code: lemariva/uPyCam branch timelapse-camera
The MicroPython firmware was extended to add camera support. The firmware is located in this repository: lemariva/micropython-camera-driver.
Follow these articles to get more information:
- MicroPython: Support for cameras: M5CAMERA, ESP32-CAM etc.
- MicroPython: M5CAMERA timelapse over MQTT
Note: If they are not available, they will be published in the next days.
You can choose between a photo or streaming mode:
- Photo mode:
http://<<board-ip>>
- Streaming mode:
http://<<board-ip>>/?stream=true
Streaming mode added by Krayon. Thanks!