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
I want to start recording rgb and depth data as soon as my PC starts up.
I have a Python script using sync_get_depth and sync_get_video to get frames and save to disc. The script runs on PC startup. However, sometimes when we call these functions, they get stuck waiting.
Does libfreenect support cancellation by design? Is there a way to kill/stop these function calls if they get stuck waiting(after x amount of time)?
This usually happens on startup. The first few calls get stuck, but once it starts working there are no issues.
The text was updated successfully, but these errors were encountered:
I want to start recording rgb and depth data as soon as my PC starts up.
I have a Python script using sync_get_depth and sync_get_video to get frames and save to disc. The script runs on PC startup. However, sometimes when we call these functions, they get stuck waiting.
Does libfreenect support cancellation by design? Is there a way to kill/stop these function calls if they get stuck waiting(after x amount of time)?
This usually happens on startup. The first few calls get stuck, but once it starts working there are no issues.
The text was updated successfully, but these errors were encountered: