|
| 1 | +--- |
| 2 | +categories: "Development News" |
| 3 | +author: "joreg" |
| 4 | +date: "2025-07-18" |
| 5 | +title: "Introducing: DollarsMoCap" |
| 6 | +description: "Probably the simplest way to achieve full body tracking" |
| 7 | +thumb: "logo.png" |
| 8 | +--- |
| 9 | + |
| 10 | +Dear body trackers! |
| 11 | + |
| 12 | +There are many options for skeleton tracking you can use with vvvv: |
| 13 | +- [Kinect](https://www.nuget.org/packages/VL.Devices.Kinect) (the original one) |
| 14 | +- [Kinect 2](https://www.nuget.org/packages/VL.Devices.Kinect2) |
| 15 | +- [Azure Kinect](https://www.nuget.org/packages/VL.Devices.AzureKinect) |
| 16 | +- [Femto Bolt & Mega](https://www.nuget.org/packages/VL.Devices.AzureKinect.Femto) |
| 17 | +- [ZED](https://www.nuget.org/packages/VL.Devices.ZED) |
| 18 | +- [Nuitrack](https://www.nuget.org/packages/VL.Devices.Nuitrack) |
| 19 | +- [Ultraleap](https://www.nuget.org/packages/VL.Devices.Ultraleap) |
| 20 | + |
| 21 | +But those options all require the according specific depth camera, which you might not always at hand. 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: |
| 22 | + |
| 23 | +Introducing: **[Dollars MONO](https://www.dollarsmocap.com/mono)** by [Dollars MoCap](https://www.dollarsmocap.com/) |
| 24 | + |
| 25 | +Watch this demo of their technology to get an idea of the quality of tracking you can expect: |
| 26 | + |
| 27 | +{{< youtube gBbKCGwMFeY >}} |
| 28 | + |
| 29 | +When running Dollars MONO on the same PC as vvvv, all you have to do is activate the "vvvv Streaming" option you can find under `Settings > Stream`: |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | +The data is received in vvvv by the node DollarsMoCap. |
| 34 | +To control an avatar with that data, all you need to do is load a rigged model and provide a joint mapping, ie. a spread of joint names the model comes with, that aligns with the joint names as returned by DollarsMoCap. This takes about 5 minutes to set up and then works for all models that use the same skeleton. |
| 35 | + |
| 36 | +<video width=100% controls autoplay> |
| 37 | + <source src="lankydude.mp4" type="video/mp4"> |
| 38 | + Your browser does not support the video tag. |
| 39 | +</video> |
| 40 | + |
| 41 | +Many thanks go out to Kan Feng, the creator of Dollars MoCap, for the great support and helping us along the way of implementing this for vvvv! |
| 42 | + |
| 43 | +## How do i get it? |
| 44 | + |
| 45 | +As of this writing, requires latest [vvvv gamma 7.0 preview](https://vvvv.org/download/) builds. Then install as usual: |
| 46 | + |
| 47 | + nuget install VL.DollarsMoCap -pre |
| 48 | + |
| 49 | +{{< box >}} |
| 50 | +If you want to use Dollars MONO beyond it's free trial limitations, Dollars MoCap offers a **25% discount on the [Dollars MONO Lifetime License](https://store.dollarsmocap.com/products/mono)** by using the coupon code "vvvv" on checkout! |
| 51 | +{{< /box >}} |
| 52 | + |
| 53 | + |
| 54 | +If you have a request for custom development, please [get in touch](mailto:devvvvs@vvvv.org)! |
0 commit comments