In my scene ,i want to decode video stream to BGR frame by GPU. But it is better to decode and convert yuv to BGR both on GPU.
Does cv2.VideoCapture
work like this now? Or decode to yuv on GPU and convert to BGR on CPU.
In my scene ,i want to decode video stream to BGR frame by GPU. But it is better to decode and convert yuv to BGR both on GPU.
Does cv2.VideoCapture
work like this now? Or decode to yuv on GPU and convert to BGR on CPU.