Details
-
Bug
-
Resolution: Won't Do
-
P5: Not important
-
None
-
6.2.0 Beta2
-
None
Description
no methods of QVideoSink are virtual, so it is not possible to subclass and override.
for example, if you wish to have a camera display its video frames on multiple monitors, one would previously subclass QAbstractVideoSurface, and override present(), then send it to however many scenes you wanted.