gocv icon indicating copy to clipboard operation
gocv copied to clipboard

Consider adding VideoWriterFileWithAPI?

Open TerryDRK opened this issue 3 months ago • 0 comments

Is it possible that a new function VideoWriterFileWithAPI to be added?

Description

So I am trying to do some processing on the input video stream, draw the result on the frames, and write them to another RTSP stream. I am able to use the input VideoWriterFileWithAPI with GStreamer's rtspsrc, but when I try to complete the output part with rtspclientsink I found that there is no support for something like VideoWriterFileWithAPI. It seems that I can only write the video to a file.

So is it possible that this VideoWriterFileWithAPI function to be added? I feel like this might be something very useful.

TerryDRK avatar Mar 05 '24 19:03 TerryDRK