Unable to do multithreading using ThreadPoolExecutor for OCR and Face recognition using python on Jetson Nano device and IMX219 camera.
As we got error: “QObject:startTimer: Timers cannot be started from another thread”
Can you help in resolving this issue?
This may not be a Jetson specific issue, rather looks like a Qt code issue.
Earlier Qt versions were more permissive with that case.
Seems you’re starting timer from another thread that the one that manages the object owning it (and probably created it).
You may get further help on a Qt developer forum.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.