- Notifications
You must be signed in to change notification settings - Fork44
Take a photo with an ESP32-CAM running MicroPython
License
NotificationsYou must be signed in to change notification settings
lemariva/uPyCam
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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:
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 byKrayon. Thanks!