JavaCV v0.11 Release Notes

Release Date: 2015-04-04 // about 9 years ago
    • Upgrade support to OpenCV 2.4.11
    • Upgrade supported FFmpeg API to the 2.6 release branch
    • Add new Square sample, thanks to Geir Ruud
    • Add AndroidFrameConverter, Java2DFrameConverter and OpenCVFrameConverter, and use them to refactor Frame, CanvasFrame, FrameGrabber, and FrameRecorder in a way to help users avoid coupling with Android, Java 2D, or OpenCV (issue #84)
    • Fix Demo class in the README.md file (issue #102)
    • Add new ColoredObjectTrack sample (pull #99)
    • Add option property to FFmpegFrameGrabber to let users set such things as "analyzeduration", "probesize", or "list_devices"
    • Fix "AVFrame.format is not set" and "AVFrame.width or height is not set" warning messages (issue #76)