JavaCV v1.3.3 Release Notes

Release Date: 2017-07-25 // almost 7 years ago
    • Fix Java2DFrameConverter.cloneBufferedImage() not copying the data (pull #739)
    • Make sure OpenCVFrameConverter always resets Frame.opaque even when Pointer is equal (issue deeplearning4j/DataVec#316)
    • Fix OutputStream leak in FFmpegFrameRecorder (pull #727)
    • Synchronize on FFmpegFrameRecorder.stop() to avoid potential race conditions (issue #700)
    • Add src/main/java/cl/eye/CLCamera.java to remove build dependency on external module
    • Fix seeking issues with FFmpegFrameGrabber(InputStream) (pull #703)
    • Upgrade dependencies for FFmpeg 3.3.2, FlyCapture 2.11.3.121 (pull bytedeco/javacpp-presets#424)
    • Initialize the avdevice module for FFmpegFrameRecorder in the same way as with FFmpegFrameGrabber
    • Add FrameGrabber.sampleMode property and have FFmpegFrameGrabber convert audio samples to user-specified format (issue #18)
    • Add new ImageSegmentation (pull #460) and FFmpegStreamingTimeout (pull #712) samples
    • Fix up and add missing functionality to FlyCapture2FrameGrabber (pull #655)
    • Take OpenCVFrameGrabber.setFormat() value to set FOURCC of VideoCapture (pull #651)
    • Fix call to FaceRecognizer.predict() in samples (issue #642)