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
Describe the solution you'd like
receiver = acquire.Receiver.record(duration=120)
#once that is done, I would like to the next line in the script to be
receiver.stop()
#but that will stop the receiver before recording even started because it runs in a thread and there is #not checkpoint for stop method
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
receiver = acquire.Receiver.record(duration=120)
#once that is done, I would like to the next line in the script to be
receiver.stop()
#but that will stop the receiver before recording even started because it runs in a thread and there is #not checkpoint for stop method
The text was updated successfully, but these errors were encountered: