Decoding a H264 flow on GPU
your example i compiled and tested which read a h264 file but i don't see how based on this code to make the same operation for video flow. In other words, is it possible to decode a single image via GPU ? Some one could provide a idea ? Regards
decoding images is handled by low-level libs like ffmpeg, if you have to work at that level, opencv is the wrong tool.