Skip to content

Releases: esp-cpp/camera-streamer

v1.4.0

27 Aug 19:45
Compare
Choose a tag to compare

What's Changed

  • Update to use espp::EspTimerCam hardware abstraction component for significant code cleanup by @finger563 in #9

Full Changelog: v1.3.0...v1.4.0

v1.3.0

15 Aug 14:48
6f246a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

18 Feb 17:20
3ef7e1d
Compare
Choose a tag to compare

What's Changed

  • Add CI for static analysis, building, and packaging by @finger563 in #7

Full Changelog: v1.1.1...v1.2.0

v1.1.1

06 Nov 14:37
38087b9
Compare
Choose a tag to compare

What's Changed

  • feat(periphreals): update espp submodule by @finger563 in #6

Full Changelog: v1.1.0...v1.1.1

v1.1.0

09 Aug 21:30
Compare
Choose a tag to compare

What's Changed

  • feat(mdns): use mDNS to advertise RTSP service on the network by @finger563 in #4

Full Changelog: v1.0.0...v1.1.0

v1.0.0

06 May 05:20
dc077b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...v1.0.0

v0.2.0

01 Dec 01:32
Compare
Choose a tag to compare
  • Update to use UDP multicast (server) to listen for the ip address that the TCP server will have before trying to connect.
  • Change resolution to be 320x240 for display using the camera-display example.

Full Changelog: 0.1.1...0.2.0

v0.1.1

10 Nov 21:06
Compare
Choose a tag to compare
  • Cleaned up python code / Removed unused dependencies
  • Changed default host / address for python code to be any address (0.0.0.0)
  • Fixed bug in python code which discarded last packet received from jpeg buffer resulting in bottom of image missing.
  • Updated c++ code so that it can tell if the client socket is connected to the server and if it is not connected, then to try connecting again. This allows the code to properly stream to the server, no matter what the server lifecycle / lifetime is.

Full Changelog: 0.1.0...0.1.1

v0.1.0

10 Nov 16:41
0b2c261
Compare
Choose a tag to compare

Initial (WIP) Release of Camera Streamer with the following features:

  • 6.5 FPS streaming of 1600x1200 JPEG frames from ESP32 TimerCamera hardware to computer
  • Example python script for hosting the TCP server, receiving image data, and displaying the image data on your computer.