OpenCV can capture from a SDL window in real time?
Hi all,
I would like to know if opencv can capture from a sdl window, and possibly getting some hints to do it as i'm very new with opencv?
Thanks.
yes, it's possible. find out, how to get the pixels from the sdl surface, and make a cv::Mat of it: