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

How to use image eigenvalues and extraction, I need some sample code, I didn't find the detector of OpenCV

help wanted
question

Hi @[saudet](https://github.com/saudet) Can you please give me guidance how can we split the stereo file into mono channel using javacv library in java

help wanted
question

I use FFmpegFrameGrabber to grab the camera (whether it's a local camera or a USB camera), and I can only grab a few frames and it's over. But when I...

bug

I use javacv to convert RTSP to RTMP, but in the process of using it, I find that the CPU occupation rate is very high. In this process, I use...

help wanted
question

Im using FFmpeg Frame Grabber and convert Convert frames to Buffered Image using Java2DFrameGrabber, but my JVM crash, I not always but im seeing it quite often now. Im using...

help wanted
question

I want to use xfade to merge two videos into one, but I get an error ![08df3f69d5afe70b892b2adc382ca02](https://user-images.githubusercontent.com/53417819/157832809-26b9faeb-88f9-44b5-a2c9-00308592256e.png) ![a72ebadc7a8ae7e07d5e745298ec272](https://user-images.githubusercontent.com/53417819/157832841-0d8121e0-1992-4994-9f7b-0c15b71ed06f.png) ![1309b129a3fcbc69cf295c0fe89d7af](https://user-images.githubusercontent.com/53417819/157832857-dd19e222-aa9b-4b52-bca0-3f3394eb2428.png)

bug

When I tanscode the video from webm to mp4 with javacv. A warning appeared:bitrate can't be controlled for RC_QUALITY_MODE,RC_BITRATE_MODE and RC_TIMESTAMP_MODE without enabling skpi frame. In addition, the bitrate of...

help wanted
question

Hi guys. I found serious difference in performance FFmpegFrameGrabber class and ffmpeg command on linux. If file present on PC FFmpegFrameGrabber is faster on about 50 millis. But when I'm...

help wanted
question

## The problem I'm using OpenCV DNN to do object detection very similar to the sample in `YOLONet.java`. Both my code and the sample stopped working after upgrading JavaCV from...

bug

` private AVFormatContext openInput(ByteBuffer buf) throws IOException { avfmtCtx = new AVFormatContext(null); BytePointer filePointer = new BytePointer(buf); int r = avformat.avformat_open_input(avfmtCtx, filePointer, null, null); filePointer.deallocate(); if (r < 0) {...

help wanted
question