With the Python API, SDK 4.0.8, are the pyzed.sl.Camera objects thread-safe?
In particular, can I safely get/set video settings from one thread while another thread is running grab/retrieve_xxx, without explicitly synchronizing access to the Camera object?
Thanks!