javacv icon indicating copy to clipboard operation
javacv copied to clipboard

Java interface to OpenCV, FFmpeg, and more

Results 235 javacv issues
Sort by recently updated
recently updated
newest added

Description of the problem : I'm using FFmpegFrameGrabber to pull rtsp stream and grab image. But when i run it in docker on Linux server (32core), start will block when...

help wanted
question

![screenshots](https://user-images.githubusercontent.com/42272971/172344958-eb15ff3d-9fca-41e8-a433-30286e62fc8b.png) It warns Too many bits per frame requested, and than a fatal error has been detected

help wanted
question

Hi All, my wav file is multi channel, how can I use FFmpegFrameGrabber to get a specific channel and write it into an output wav file ? Thanks a lot

help wanted
question

![1651587095(1)](https://user-images.githubusercontent.com/25602802/166469570-8744b668-b0d3-4b4f-8914-8a8b7f226d11.png) when i use javacv, direct memory overflow, linux os kill my process. so i want to know , i can ensure direct memory not overflow??

help wanted
question

Like the following example, I use the OpenCVFrameGrabber.grab() and FFmpegFrameRecorder.start() functions. The program always runs for a period of time, and there will be got JVM CRASH Exception: `public class...

help wanted
question

Hello, I have a problem when using javaCV to call ffmpeg for audio transcoding. I don't know if it is a bug. I built a `FFmpegFrameGrabber `and set the output...

help wanted
question

I have a large file published by lighttd server and custom inputstream for buffer it and use it. Then i call the setTimestamp(ts) i got a downloading file until necessery...

help wanted
question

=============the code=============== Mat img = opencv_imgcodecs.imread(url); Console.log("img:"+img+" " + img.cols()+" "+img.rows()); WeChatQRCode detector = new WeChatQRCode(); MatVector matVector=new MatVector(); StringVector decoded_info = detector.detectAndDecode(img,matVector); Console.log("reslut:" + decoded_info.get(0).getString()); ===========end=================== I have used...

help wanted
question

I would like to take a screenshot of my mac every second using opencv. Is this possible? If so, is there an example that I could reference? I see the...

bug