March 8, 2021 version 1.5.5
- Have
Frame
andFrameConverter
implementAutoCloseable
to release memory explicitly (issue #1574) - Add new
YOLONet
sample for object detection (pull #1595) - Fix crash on
FFmpegFrameGrabber.stop()
when inImageMode.RAW
(issue #1568) - Let
FFmpegFrameRecorder.flush()
ignore errors from the encoder (issue #1563) - Improve
FFmpegFrameGrabber.setTimestamp()
and fixgetAudioFrameRate()
(pull #1559) - Fix frame rate and aspect ratio on
FFmpegFrameRecorder.start(AVFormatContext)
(pull #1535) - Upgrade dependencies for OpenBLAS 0.3.13, OpenCV 4.5.1, FFmpeg 4.3.2, librealsense2 2.40.0
- Update unit tests to use codecs available in FFmpeg under LGPL v3 (pull bytedeco/javacpp-presets#950)
- Add
RealSense2FrameGrabber.tryLoad()
method and missing entries for librealsense2 (issue bytedeco/procamcalib#25)