That error message ("acquiring lock with ref_count 0") means you're trying to acquire a request for use when it's already been released and returned to the camera system. I might start by examining the code to see if there's any race condition or anything that could cause that.
You also asked about using "--sync server/client" in Python, and that was answered here.
You also asked about using "--sync server/client" in Python, and that was answered here.
Statistics: Posted by therealdavidp — Mon Oct 21, 2024 8:58 am