In a quest to get more basic things working out of the box with VL (ie. using vvvv beta>=40 or the all-new vvvv gamma), we took on to support your favorite depth cameras. Most of the cameras and their APIs share basically the same features as a baseline and then some of them have a few extra features. This means that using them in vvvv works mostly the same for all of them.
You have the main device node that you connect ColorImage, DepthImage, PointCloud, Skeleton,... nodes to, to get the desired info out of them. See the help patches coming with the packs for details.
Here is a list and comparison of all available depth cameras with links to the respective packs on nuget.org. To learn how to use nuget packs with vvvv please watch HowTo use Nugets.
The original Microsoft Kinect or the XBOX 360 that was released a bit later.
Get the VL pack on nuget.org.
Created with support by chaupow.
Pros
|
Cons
|
The second version of the Microsoft Kinect.
Get the VL pack on nuget.org.
Created with support by ravazquez.
Pros
|
Cons
|
The third version. AzureKinect.
Get the VL pack on nuget.org.
Get the VL pack for skeleton tracking on nuget.org.
Pros
|
Cons
|
Orbbec Astra.
Get the VL pack on nuget.org.
Pros
|
Cons
|
Intel RealSense.
Get the VL pack on nuget.org.
Pros
|
Cons
|
Nuitrack is a piece software that works with all of the above cameras and provides skeleton, hand and face tracking.
Get the VL pack on nuget.org.
Created with support by ravazquez.
Pros
|
Cons
|
The Leap Motion Controller device provides hand and finger tracking.
Get the VL pack on nuget.org.
Pros
|
Cons |
Please help us improve this list of pros and cons. Know any other or disagree with some mentioned, please add them in the comments! This could eventually grow into a page of the gray book.
anonymous user login
~3d ago
~6d ago
~17d ago
~17d ago
~26d ago
~1mth ago
~2mth ago
~2mth ago
~2mth ago
~2mth ago
Thanks a lot for implementing those cameras!!!
For my course of studies I am currently exploring the use of depthcameras in a creative sense. I also got access to a zed. I found that the zed has far more reach then orbec ( like up to 20m!!!) which would be a great plus in terms of beeing able to cover greater distances. Is there a possibility that the zed can be implemented in here too?
reminds me, there is actually: https://github.com/m-box-de/VL.ZEDCamera
@rayment can you tell us about the status of this?
Hi! With this one you can do the basics only - retrieve an image and/or depth in any provided format. It returns OpenCV image.
Unfortunately I haven't test with latest gamma versions. You can give it a try - if something is not working, please open an issue.
I'm also planning to update it to Stride and latest SDK with full functionality since we are getting a ZED 2, but it will take some time.