How to automatically processed frame from QCamera

Zdenko Podobny zdenop at gmail.com
Fri Nov 19 20:18:10 GMT 2021


Hello,

with help from Tomas Sobota I have created the attached "prototype" for
real-time processing (bar code extraction) of the camera in pyqt
5.15.4.2.2.

BR,

Zdenko


po 15. 11. 2021 o 9:55 Zdenko Podobny <zdenop at gmail.com> napísal(a):

> Hello,
>
> I am trying to make a PyQt5 application for extracting QR codes from
> QCamera. Prototype is almost ready (see attachment), but I am not able to
> automatically process video frames – I need to click on the button...
>
> All examples for tasks like this, use opencv, but I do not want to use
> opencv for this (it took 30 seconds for opencv  to start my camera and its
> barcode recognition is worse than pyzbar.)
>
> Any suggestions on how to automatically send frames to pyzbar (or any
> other post processing function)?
>
>
> BR,
>
>
> Zdenko
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20211119/b608ee51/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: process_camera.py
Type: text/x-python
Size: 3623 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20211119/b608ee51/attachment.py>


More information about the PyQt mailing list