JavaCV v0.10 Release Notes

Release Date: 2014-12-23 // over 9 years ago
    • Upgrade support to OpenCV 2.4.10
    • Upgrade supported FFmpeg API to the 2.5 release branch
    • Fix time_base warnings displayed by FFmpegFrameRecorder (issue #75)
    • Add new TemplateMatching sample, thanks to Waldemar Neto
    • Update instructions in the README.md file for manual installation in Android Studio
    • Replace deprecated CvMat and IplImage functionality used in the Demo class with new Indexer API, and provide sample pom.xml file for Maven
    • Make FFmpegFrameGrabber.getFrameRate() return AVStream.avg_frame_rate instead of r_frame_rate (issue #63)
    • Disable DocLint, which prevents the build from succeeding on Java 8 (issue bytedeco/javacpp#5)
    • Add FlyCapture2FrameGrabber with cross-platform support of FlyCapture2 (pull #45)
    • Fix issue that would prevent CanvasFrame from working on Mac OS X with recent versions of the JDK (issue #39 and issue #314)
    • Upgrade RecordActivity sample with a continuous record loop, thanks to Federico Sendra and Juan Manuel Sobral
    • Make FrameGrabber.createDefault() throw an exception on unsupported input, instead of returning a cryptic null (issue #30)
    • Add videoCodec, videoBitrate, audioCodec, and audioBitrate properties to FrameGrabber
    • Work around avcodec and avdevice not loading properly for FFmpegFrameGrabber and FFmpegFrameRecorder (issue #24)
    • Do key frame detection in FFmpegFrameRecorder based on AVPacket, not AVPicture (pull #20)