Skip to content

lemariva/uPyCam

Repository files navigation

uPyCam - Streaming

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.

Timelapse

The boards can be used as portable timelapse cameras. Check out this repository for more code: lemariva/uPyCam branch timelapse-camera

Firmware

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.

Web-browser

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!