JavaCV-0.5-Stream-Test icon indicating copy to clipboard operation
JavaCV-0.5-Stream-Test copied to clipboard

Latest JavaCV version 0.11 doesn't like "recorder.record(yuvIplimage);"

Open sybercoda opened this issue 9 years ago • 0 comments

Hi,

I'm hoping someone might be able to tell me what I'm doing wrong here. I downloaded vanevery's GitHub project “JavaCV-0.5-Stream-Test" which is a couple of years old so I updated to the latest JavaCV version 0.11. But Android Studio is returning the error "record(org.bytedeco.javacpp.Frame) in FFmpegFrameRecorder cannot be applied to (org.bytedeco.javacpp.opencv_core.lplimage)" for the line of code which reads recorder.record(yuvIplimage), under onPreviewFrame. Thanks in advance for any help.

sybercoda avatar May 26 '15 03:05 sybercoda