All Projects → lemariva → uPyCam

lemariva / uPyCam

Licence: Apache-2.0 license
Take a photo with an ESP32-CAM running MicroPython

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to uPyCam

CoopCommand
CoopCommand aims to increase automation in small scale egg-laying chicken flocks for the hobby farmer. Final product aims to have ease of installation and use for non-technical users.
Stars: ✭ 37 (-61.86%)
Mutual labels:  esp32, esp32-cam
esp32cam-ready
Plug and Play firmware for the esp32cam. Flash, provision and connect to rtsp.
Stars: ✭ 67 (-30.93%)
Mutual labels:  esp32, esp32-cam
esp32-cam-micropython
Micropython esp32-cam
Stars: ✭ 59 (-39.18%)
Mutual labels:  esp32, esp32-cam
micronova controller
Allows you to easily control via MQTT any Micronova equiped pellet stove. (MCZ, Extraflame, Laminox, and many others brands!)
Stars: ✭ 30 (-69.07%)
Mutual labels:  esp32
esp32-ota
ESP32 OTA based on ThingsBoard Open-source IoT Platform
Stars: ✭ 45 (-53.61%)
Mutual labels:  esp32
ESP DoubleResetDetector
ESP_DoubleResetDetector is a library for the ESP32/ESP8266 Arduino platform to enable trigger configure mode by resetting twice.
Stars: ✭ 34 (-64.95%)
Mutual labels:  esp32
microhomie
MicroPython implementation of the Homie MQTT convention for IoT.
Stars: ✭ 72 (-25.77%)
Mutual labels:  esp32
ESP-StepperMotor-Server
Turn your ESP32 into a complete stepper motor control server with web UI, REST API and serial control interface
Stars: ✭ 133 (+37.11%)
Mutual labels:  esp32
PMserial
Arduino library for PM sensors with serial interface
Stars: ✭ 41 (-57.73%)
Mutual labels:  esp32
ESP-Alerts-for-Android
Send Android Notifications to an ESP32 with OLED display
Stars: ✭ 42 (-56.7%)
Mutual labels:  esp32
esp32cam-gdrive
Upload an image directly from ESP32-CAM to Google Drive
Stars: ✭ 54 (-44.33%)
Mutual labels:  esp32-cam
idf-installer
ESP IDF Windows Installer
Stars: ✭ 56 (-42.27%)
Mutual labels:  esp32
hman-stomper
Stomp Box based on ESP32
Stars: ✭ 26 (-73.2%)
Mutual labels:  esp32
ESP32 Thing
Development platform for the Espressif ESP32 WiFi/Microcontroller SoC
Stars: ✭ 66 (-31.96%)
Mutual labels:  esp32
esp32-transpiler
Transpile Golang into Arduino code to use fully automated testing at your IoT projects.
Stars: ✭ 53 (-45.36%)
Mutual labels:  esp32
WARDuino
A dynamic WebAssembly VM for embedded systems
Stars: ✭ 51 (-47.42%)
Mutual labels:  esp32
opcua-esp32
Embedded OPC UA Server on ESP32 based on open62541 stack
Stars: ✭ 82 (-15.46%)
Mutual labels:  esp32
IMU-VR-Full-Body-Tracker
Inertial Measurement Unit (IMU) based full body tracker for Steam VR.
Stars: ✭ 46 (-52.58%)
Mutual labels:  esp32
owlos
DIY Open Source OS for building IoT ecosystems
Stars: ✭ 43 (-55.67%)
Mutual labels:  esp32
ESP32BleAdvertise
Simple library for BLE advertise using ESP32 in Arduino
Stars: ✭ 39 (-59.79%)
Mutual labels:  esp32

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].