JavaCV v1.5.3 Release Notes

Release Date: 2020-04-14 // about 4 years ago
  • April 14, 2020 version 1.5.3

    • ➕ Add FFmpegFrameGrabber.start(boolean findStreamInfo) parameter to minimize startup time (issue #1376)
    • Let FFmpegFrameGrabber.grab() return non-audio/video streams as new Frame.DATA type (pull #1378)
    • 🛠 Fix crash in FFmpegFrameRecorder.flush() for HLS format and possibly others (pull #1374)
    • 🛠 Fix "Resetting to invalid mark" IOException thrown on FFmpegFrameGrabber.release() (issue #911)
    • ⬆️ Upgrade dependencies for OpenBLAS 0.3.9, OpenCV 4.3.0, FFmpeg 4.2.2, Leptonica 1.79.0, and Tesseract 4.1.1
    • ➕ Add Seekable and SeekableByteArrayOutputStream to be used with FFmpegFrameRecorder (pull #1350)
    • ⚡️ Update RealSense2FrameGrabber with support for sensor options and fix for multiple devices (pull #1348)