pylive555 icon indicating copy to clipboard operation
pylive555 copied to clipboard

how to get frame to work with opencv?

Open vinnitu opened this issue 7 years ago • 1 comments

I need handle frames in real time with opencv. Tell me please how to get image in needed format with our library.

vinnitu avatar Aug 04 '17 09:08 vinnitu

Live555 does not decode the H264 data.You have to modify DummySink in module.cpp, applying ffmpeg decoding to extract decoded frames from the raw H264 data.

edumotya avatar Feb 07 '20 10:02 edumotya