Search found 1 match

Go to advanced search

by hengchuan
06 Mar 2018 13:47
Forum: Development around libVLC
Topic: How to show resized frames via opencv wrapper video filter?
Replies: 0
Views: 177

How to show resized frames via opencv wrapper video filter?

I want to write an opencv filter that changes the size of frames. I changed p_filter->fmt_out.video.i_height and p_filter->fmt_out.video.i_width in opencv_wrapper.c , and then copied the resized frame data to p_outpic . The processed frame could display in the vlc window (I draw a circle for it), bu...

Go to advanced search