Skip to content

Releases: deltacv/visionloop

v1.2.9 - Update mackjpeg

21 Aug 19:51

Choose a tag to compare

  • Updates mackjpeg to fix compression issues

v1.2.8 - Migrate to MackJPEG in streamer module

21 Aug 18:04

Choose a tag to compare

  • Migrates to MackJPEG instead of using TJ directly to provide better platform support, specifically to Apple Silicon and Linux ARM

v1.2.7 - Add compression quality setter/getter

19 Mar 11:45

Choose a tag to compare

  • Adds compression quality setter/getter to MjpegHttpStreamSink

v1.2.6 - Multithreaded compression in MjpegHttpStreamSink

14 Mar 21:06

Choose a tag to compare

  • Adds thread pool for compression in MjpegHttpStreamSink, queue handling improvements

v1.2.5 - Use libjpeg-turbo for mjpeg streamer sinks

14 Mar 00:39

Choose a tag to compare

  • Adds libjpeg-turbo with native libs for efficient mjpeg
  • Renames Receiver nomenclature to Sink

v1.2.4 - Removes jitpack dependencies

28 Jan 21:26

Choose a tag to compare

Updates to EOCV-Sim v4.0.1 which now pulls AprilTagDesktop from maven central instead of jitpack

v1.2.3 - Memory Allocation Optimization Hotfix

26 Nov 08:51

Choose a tag to compare

Adds various memory buffer reusage techniques to Mjpeg classes to avoid as many new allocations as possible

v1.2.2 - Migrate to maven central

19 Nov 10:20

Choose a tag to compare

Migrates the library to the maven central repository

v1.2.1 - Fix eocv sim deps

18 Nov 21:07
f2666b9

Choose a tag to compare

Fixes eocv sim deps with the correct version artifact

v1.2.0 - Mjpeg reader & performance improvements

04 Nov 21:39

Choose a tag to compare

  • Implements an MjpegHttpReader class
  • Adds MjpegHttpStreamerReceiver#getPort method
  • Fix VisionLoop to actually use processFrame return value
  • Add methods for setting input source after creation
  • Add content length in Mjpeg stream