bibigone / k4a.net

K4A.Net - Three-in-one .NET library to work with Azure Kinect devices (also known as Kinect for Azure, K4A, Kinect v4). It includes sensor API, recording and playback API, body tracking API. Samples for WPF, .NET Core and Unity are included.
MIT License
165 stars 39 forks source link

[Feature Request] Would love to see an example that uses multiple kinects #27

Open pajama opened 4 years ago

pajama commented 4 years ago

I notice that one of the tests uses WiredSyncMode.Subordinate, but that seems to only run with one device right? I would love to see a recorder example that uses multiple Kinects with the proper laser offsets.

Cheers!