JavaCV v0.6 Release Notes

Release Date: 2013-09-15 // over 10 years ago
    • Upgraded supported FFmpeg API to the 2.0 release branch (with Java interface files now based on code automatically produced by JavaCPP Presets)
    • Fixed FFmpegFrameGrabber.getFrameNumber()
    • Upgraded support to OpenCV 2.4.6
    • Fixed callbacks when used with custom class loaders such as with Web containers
    • Upgraded to ARToolKitPlus 2.3.0 (issue #234)
    • Fixed drawing issues with MarkerDetector.draw()
    • Fixed FFmpegFrameGrabber.getTimestamp() not returning values for audio frames (issue #328)
    • Added new Frame.keyFrame field returned by FFmpegFrameGrabber.grabFrame() to know when a grabbed frame is a key frame or not (issue #312)
    • Worked around problem in samples/RecordActivity.java that would happen when trying to record a frame with an invalid timestamp (issue #313)
    • Fixed potential resource leak that could occur after FFmpegFrameRecorder throwing an Exception
    • Fixed FFmpegFrameGrabber not returning the last few frames of video streams (issue #315)
    • Fixed wrong dependencies of OpenCV preventing correct loading (issue #304)
    • Renamed FrameRecorder.record(Buffer[] samples) to a cleaner record(Buffer ... samples) (issue #303)
    • Fixed FFmpegFrameRecorder not flushing buffers on stop() (issue #302)