Releases: deltacv/visionloop
Releases · deltacv/visionloop
v1.2.9 - Update mackjpeg
- Updates mackjpeg to fix compression issues
v1.2.8 - Migrate to MackJPEG in streamer module
- 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
- Adds compression quality setter/getter to MjpegHttpStreamSink
v1.2.6 - Multithreaded compression in MjpegHttpStreamSink
- Adds thread pool for compression in MjpegHttpStreamSink, queue handling improvements
v1.2.5 - Use libjpeg-turbo for mjpeg streamer sinks
- Adds libjpeg-turbo with native libs for efficient mjpeg
- Renames Receiver nomenclature to Sink
v1.2.4 - Removes jitpack dependencies
Updates to EOCV-Sim v4.0.1 which now pulls AprilTagDesktop from maven central instead of jitpack
v1.2.3 - Memory Allocation Optimization Hotfix
Adds various memory buffer reusage techniques to Mjpeg classes to avoid as many new allocations as possible
v1.2.2 - Migrate to maven central
Migrates the library to the maven central repository
v1.2.1 - Fix eocv sim deps
Fixes eocv sim deps with the correct version artifact
v1.2.0 - Mjpeg reader & performance improvements
- 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