JavaCV v0.7 Release Notes

Release Date: 2014-01-06 // about 10 years ago
    • Upgraded support to OpenCV 2.4.8
    • Upgraded supported FFmpeg API to the 2.1 release branch
    • Updated freenect to reflect the latest changes of OpenKinect's master branch
    • Updated videoInput to reflect the latest changes in the "update2013" branch
    • Added Frame.opaque field to give access to the raw AVFrame in the case of FFmpegFrameGrabber (issue #399)
    • Added new FFmpegFrameGrabber.grabKeyFrame() method to grab key frames (I-frames) directly (issue #312)
    • VideoInputFrameGrabber now uses 640x480 as default image size to prevent "videoInput.getPixels() Error: Could not get pixels."
    • Fixed FFmpegFrameGrabber.setTimestamp() not working for streams with audio (issue #398)
    • Fixed wrong haarcascade_frontalface_alt.xml file getting downloaded by the Demo class (issue #402)
    • Added a Frame.sampleRate field to allow audio samples to be resampled by FFmpegFrameRecorder (issue #388)
    • Incorporated IPCameraFrameGrabber from Greg Perry (issue #384)
    • Fixed thread safety issues with FFmpeg in FFmpegFrameGrabber and FFmpegFrameRecorder (issue #377)
    • Fixed memory leak in the MotionDetector.java sample file (issue #372)
    • New videoCodecName and audioCodecName properties to allow users of FFmpegFrameRecorder to use codecs such as "libx264rgb" (issue #369)