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 newFrame.DATA
type (pull #1378) - Fix crash in
FFmpegFrameRecorder.flush()
for HLS format and possibly others (pull #1374) - Fix "Resetting to invalid mark"
IOException
thrown onFFmpegFrameGrabber.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
andSeekableByteArrayOutputStream
to be used withFFmpegFrameRecorder
(pull #1350) - Update
RealSense2FrameGrabber
with support for sensor options and fix for multiple devices (pull #1348)