Log in

View Full Version : How to turn a PVideoFrame object into an ncnn::Mat object?


ccicnce113424
21st March 2021, 03:51
I just want to use ncnn in my plugin.

DJATOM
22nd March 2021, 08:29
Inside getFrame method you can copy frame(plane) data into your own buffer and do whatever you want with that. Just check how other plugins doing that.