Re: [Interest] Qt6 porting guidance: QCamera and QAbstractVideoSurface

2021-07-09 Thread David M. Cotter
does anyone who worked on Qt6 have any idea about this? to be clear: it chooses ONE of multiple cam inputs, and multiplexes the output to several QGraphicsVideoItems, each one in a different QGraphicsScene (not "the same scene in different viewers") > On Jul 7, 2021, at 12:58 PM, David M. Cotte

[Interest] Qt6 porting guidance: QCamera and QAbstractVideoSurface

2021-07-07 Thread David M. Cotter
i THINK the replacement for QAbstractVideoSurface is QVideoSink, but there's lost functionality.. for example, my media app can take multiple cam inputs and route them all to multiple QGraphicsScenes in different windows in qt5 i did this by subclassing QAbstractVideoSurface, instantiate one an