Skip to content

Releases: esp-cpp/camera-display

v1.5.0

15 Aug 14:53
5f35059
Compare
Choose a tag to compare

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

06 Jul 20:52
90f55f5
Compare
Choose a tag to compare

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

18 Feb 17:35
a91eedf
Compare
Choose a tag to compare

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

14 Nov 15:08
93ea4f8
Compare
Choose a tag to compare

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

09 Aug 21:30
Compare
Choose a tag to compare

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

06 May 05:19
7e01006
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...v1.0.0

v0.1.0

01 Dec 01:30
371fd24
Compare
Choose a tag to compare

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.