JavaCV v1.3.1 Release Notes

Release Date: 2017-01-14 // over 7 years ago
    • Let FFmpegFrameRecorder pass options to the protocol as well (issue #598)
    • Add RealSenseFrameGrabber and OpenKinect2FrameGrabber to FrameGrabber.list to have them loaded by default
    • Remove confusing and no longer useful profiles from the pom.xml file
    • Provide new FFmpegFrameGrabber(InputStream) and FFmpegFrameRecorder(OutputStream) constructors (issue #95)
    • Make FrameFilter, FrameGrabber, and FrameRecorder implement Closeable to let us try-with-resources
    • Fix potential crash when recording audio with FFmpegFrameRecorder
    • Add OpenKinect2FrameGrabber to capture images with libfreenect2 (pull #584)
    • Add OpenKinectFrameGrabber.grabIR() and stabilize RealSenseFrameGrabber (pull #585)