Skip to content

Releases: deltacv/visionloop

v1.2.3 - Memory Allocation Optimization Hotfix

26 Nov 08:51
Compare
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
Compare
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
Compare
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
Compare
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

v1.1.1 - Additional methods

01 Nov 21:44
Compare
Choose a tag to compare
  • Adds MjpegHttpStreamerReceiver#getHandler() method to create a custom Javalin server instead of being forced into the built in one

v1.1.0 - Mjpeg Streaming Live view

01 Nov 20:26
Compare
Choose a tag to compare
  • BREAKING CHANGE: Changes AsyncVisionLoopRunner to AsyncVisionLoop - to get this instance, call VisionLoop#toAsync
  • Adds streaming module with new MjpegHttpStreamerReceiver implementation

v1.0.0 - Initial Release

31 Oct 01:07
5b56a09
Compare
Choose a tag to compare

Initial visionloop release