Skip to content

Commit 26f8fdb

Browse files
committed
dollars blog
1 parent 54cdd42 commit 26f8fdb

4 files changed

Lines changed: 63 additions & 0 deletions

File tree

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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+
![](streaming.png)
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)!
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:ca2e1974d1540677fcc088cfe396836a3f51b3c3dc2148ff8adab7609f945e19
3+
size 3960333
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)