You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many options for skeleton trackings you can use with vvvv:
12
+
- Kinect (the original one)
13
+
- Kinect 2
14
+
- Azure Kinect
15
+
- Orbbec
16
+
- ...
17
+
18
+
Those options all require the according specific depth camera. Now here is a new option that doesn't require additional hardware and tracks a single 3d skeleton (including fingers and face!) even from a simple webcam:
19
+
20
+
[Dollars Mono](https://www.dollarsmocap.com/mono) by [Dollars MoCap](https://www.dollarsmocap.com/)
21
+
22
+
{{< youtube gBbKCGwMFeY >}}
23
+
24
+
The above demo of their technology shows quite well the quality of tracking you can expect.
25
+
26
+
Many thanks to the creator of Dollars MoCap for the great support and helping us along the way of implementing this for vvvv.
27
+
28
+
## How do i get it?
29
+
30
+
As of this writing, requires latest vvvv gamma 7.0 preview builds. Then install as usual:
31
+
32
+
nuget install VL.DollarsMoCap -pre
33
+
34
+
---
35
+
If you have a request for custom development, please [get in touch](mailto:devvvvs@vvvv.org)!
0 commit comments