-
Notifications
You must be signed in to change notification settings - Fork 622
Multiple Device Sync Issues #530
Comments
I meet some problem with sync. When connects external sync only one master which is not a ring:
|
I have not heard of the timestamp being that far off, but I am able to run 3 devices at my desk at 30FPS (no image processing), where I have seen it off by 4-5 ms. The problem is from #362, you need to be setting a manual exposure value. But what you set / get via the API is different then what is actually used and returned via k4a_image_get_exposure_usec. We also have a firmware fix coming. For now try building a version of the SDK with the fix for #362 (until 1.2.x is released). The timing won't be perfect yet, but is should get you within a few milliseconds or less. |
@wes-b I'm having the same sync issue. I'm connecting 3 devices to one PC, wire-synced one after one. One of the device is master and the others are subordinates. In other tests, subordinates are more likely to have close timestamp while the master is usually 100ms off. |
Hi, I just want to give an update on my previous problem. I've only recently realized that ALL subordinate devices must be started before the master. After I fix this, my sync problem seems to be gone, the device timestamp works now. |
Multiple Device Synchronization has a couple issues that prevent it from working reliably.
Check out Multi-camera sync documentation
Issues that the user must be aware of and work around
**Issues that are actively being worked on / fixed
The text was updated successfully, but these errors were encountered: