Items with no label
3335 Discussions

PersonTracking and c# in RealSense SDK 2.0?

tlian5
Beginner
1,329 Views

Hi,

The thing I care the most is if RealSense SDK 2.0 support C# and if the PersonTracking is part of the SDK.

From https://github.com/IntelRealSense/librealsense/tree/development/examples librealsense/examples at development · IntelRealSense/librealsense · GitHub I can't see those features. So to me this SDK2.0 is not really as useful as SDK 2016R2.

Is there any future plan to add those features into the SDK2.0?

Thanks

0 Kudos
1 Reply
MartyG
Honored Contributor III
274 Views

SDK 2.0 is currently a "development" level product, which may be equal to an "alpha" in development terms, and so it is an ongoing project rather than a finished package. Person Tracking is apparently not yet in its feature set. However, since the RealSense SDK For Linux (which uses Librealsense as one of its modules) does support Person Tracking via its 'Person Library', there is the potential for it to be adapted for SDK 2.0.

I believe the aim in making the new SDK cross-platform and open source is to encourage an ecosystem where developers create tools themselves and share them with the community.

There is an existing Person Tracking module made by an independent developer for use with Librealsense and ROS. As SDK 2.0 is a development branch of Librealsense, this module may perhaps be usable with SDK 2.0 or adaptable for it.

https://github.com/kevincwells/realsense_person GitHub - kevincwells/realsense_person: Intel(R) RealSense(TM) ROS person detection and tracking

Regarding C# support, the 2.0 SDK's overview statement says, "We provide a C, C++, Python and Node.js API."

0 Kudos
Reply