Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tordwessman/esp32-cam-tcp-server
A Simple example of how to stream video from an ESP32-CAM (or equivalent).
https://github.com/tordwessman/esp32-cam-tcp-server
Last synced: about 2 months ago
JSON representation
A Simple example of how to stream video from an ESP32-CAM (or equivalent).
- Host: GitHub
- URL: https://github.com/tordwessman/esp32-cam-tcp-server
- Owner: TordWessman
- License: mit
- Created: 2024-05-06T20:55:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T19:37:46.000Z (8 months ago)
- Last Synced: 2024-06-03T22:37:30.545Z (8 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32-CAM TCP Server Example
Simple example of an ESP32-CAM application that streams JPEG encoded (ov2640) video from a TCP server endpoint.
I selected the board _AI Thinker ESP32-CAM_.
Remember to set `SSID` and `WIFI_PASSWORD`.
The debug output will print out the servers address.