Releases: esp-cpp/camera-display
Releases · esp-cpp/camera-display
v1.5.0
What's Changed
- Update submodules to latest and enable new optimizations by @finger563 in #8
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- feat: Update to use esp-box and t-deck components by @finger563 in #7
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Add CI for automatically analyzing code, building, and packaging for releases by @finger563 in #6
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Feature: HAL for support of ESP32-S3-BOX, ESP32-S3-BOX-3, and LilyGo T-Deck by @finger563 in #5
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- feat(mdns): Added mDNS for finding rtsp stream by @finger563 in #4
Full Changelog: v1.0.0...v1.1.0
v.1.0.0
What's Changed
- Feature/1 rtsp client by @finger563 in #2
- feat(espp-rtsp): use espp::RtspClient by @finger563 in #3
New Contributors
- @finger563 made their first contribution in #2
Full Changelog: 0.1.0...v1.0.0
v0.1.0
Initial release of the Camera Display. Uses UDP multicast (client) to send its IP to the camera-streamer, then starts a TCP server that will receive the JPEG images from the camera streamer app. Images are 320x240 pixels, 2 bytes per pixel, and encoded as JPEG. The first 8 bytes of each received payload is a constant 4 byte header followed by 4 bytes representing the length of the encoded image.