On Wed, May 26, 2021 at 5:25 PM Jason H <[email protected]> wrote: > > 4. On the removal of QAbstractVideoFilter AND QVideoProbe: Disappointed to > hear this. I previously used this for read-only frames for analysis, i.e. > Barcode reading and object detection. How do we do that now?
I second that. QAbstractVideoFilter used for read-only video (camera) data access for QR-code recognition. On mobile platforms, it is very important to lower resource usage and zero-copy is very important. We barely get 30 FPS on low-end devices. Is there an alternative API for that? _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
