Camera not running in Live mode using Tkinter canvas window.
See original GitHub issueI’m building a simple tkinter
window and working on running camera in single image capture and in live mode. I have been able to capture image snapshot but the live mode doesn’t seem to be working. The tkinter
window freezes and I have to kill the window every-time.
However, when using the OnebyOne Grab strategy without tkinter canvas, the live stream works just fine.
Is the grab strategy used for live mode correct or should I used a different grab strategy?
The max buffer value is left at default setting?
Have tried out with 10000 and 5000 as timeout value during RetrieveResult
but nothing changes in output.
I have used 2 cameras - acA1600-60gm and acA1920-40gc, both giving similar results. I have attached my code files for reference.
Both are python files. Extension changed for uploading camTest.txt camTestWindow.txt
Issue Analytics
- State:
- Created 3 years ago
- Comments:11
@thiesmoeller - the application works much smoother now. Thanks.
Is there a code for this live script now?