You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently rPySight doesn't know when to end reading from the data stream. During online acquisition it's less of a problem, but during replay the rendering window simply hangs instead of gracefully exiting.
The text was updated successfully, but these errors were encountered:
I need to do some Future shenanigans here - the thread that spawns the call_timetagger.py task needs to be polled during the looping and checked whether the TT is already done.
I managed to fix the replay portion of this issue by checking whether the Arrow stream is closed. The question still remains on how to signal rPySight that a live acquisition is over. When the GUI will function again we might want to add a button there.
Currently rPySight doesn't know when to end reading from the data stream. During online acquisition it's less of a problem, but during replay the rendering window simply hangs instead of gracefully exiting.
The text was updated successfully, but these errors were encountered: