A teammate at Nferent AI runs the task while two motion-capture gloves read their hand pose and three depth cameras watch — all recorded at once. The hard part is time: getting all five streams to agree on when something happened, so the frame where the fingers close is the frame stored next to it. The sync layer is mine; the collection is the team's.
The gloves on their own — finger and hand pose mirrored to the on-screen skeleton in real time. One of the five streams my pipeline pulls onto a single clock.
To be clear about credit: the data collection is run by a teammate at Nferent AI. What's mine is the capture-and-sync software behind it — ingesting the camera feeds and glove data and holding them to one clock. Nferent AI shared the rig running on their LinkedIn, which is what lets me show it here at all. The failure log for that pipeline is a write-up in progress.