bytedeco/javacv

Image processing during streaming

Open

#2,047 opened on Jun 27, 2023

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Java (1,583 forks)batch import
help wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hello, I encountered a problem while using it. I would like to process the image during transmission. What should I do, public FFmpegFrameRecorder(OutputStream outputStream, int imageWidth, int imageHeight, int audioChannels)

What is the byte array in outputStream? Can I convert it to image processing? If so, what should I do

Contributor guide