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

I am using a usb video camera with a button and I would like to take a picture when the user clicks the button. I have asked the camera manufacture...

help wanted
question

Hello, I'm trying to send a stream from grabber to recorder without transcoding. I already received some help from Samuel Audet, who pointed me to this sample: https://github.com/bytedeco/javacv/blob/master/samples/PacketRecorderTest.java#L53 I tried...

bug
help wanted

I use the addweighted function to synthesize 2 image, but the color of the synthesized image has changed from the previous image.

help wanted
question

private FFmpegFrameRecorder recorder; private boolean consumerIsVaild = true; public DataAutoRecordConsumer(DataCollect dataCollect, DataTask dataTask) throws FrameRecorder.Exception { super(dataCollect, dataTask); initRecord(); } private void initRecord() throws FrameRecorder.Exception { try { if (null...

help wanted
question

Please how to solve this problem: Input #0, rtsp, from 'rtsp://admin:H2@[email protected]:554/Streaming/Channels/102': Metadata: title : Media Presentation Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0: Video: hevc (Main), yuvj420p(pc), 640x480 [SAR...

help wanted
question

Can I resample a single frame。 `FFmpegframerecorder` will generate files. I don't want to generate files during resampling。

help wanted
question

Hello, author. I have successfully transplanted SoundTouch to Android, and I want to achieve a player that supports tune-changing and unvariable speed. I use FFMPEG in JavacV to decode audio,...

help wanted
question

I encountered a problem when using javacv ffmpeg. Classnotfoundexception will be thrown when running. ![image](https://user-images.githubusercontent.com/60993027/174598760-526348f1-a3a6-4a33-a685-70e21b940c48.png) I checked`app-debug.apk`package`classe.dex`Code in the file,It is found that the javacpp dependency has changed into this,...

enhancement
help wanted

Hi there, I'm very happy with javacv which helped me a lot to decode a raw h264 video stream from my robot. The pure decoding into the javacv's frame works...

help wanted
question

I'm looking for a way to list all supported video types. Something akin to the (javax.imageio) method ImageIO.getReaderMIMETypes(), returning: `"image/gif", "image/tga", "image/webp", ...`

enhancement
help wanted