Items with no label
3335 Discussions

Autodesk Plug-in

AAyma
Novice
1,009 Views

Hi,

I just recently purchased the intel SR300 and wanted to know if it was possible to use the cameras hand tracking capabilities to control a cad model and rotate it in Autodesk auto cad? I know I will have to write a plug-in but I wanted to know if anyone has tried this route?

0 Kudos
1 Reply
MartyG
Honored Contributor III
166 Views

There's a pre-made RealSense component called the Touchless Controller that acts as a mouse replacement that may do this for you without you having to write your own custom system. You can find a test demo for it in the Sample Browser application that came packaged with the SDK.

The Sample Browser is in a folder called 'Intel RealSense SDK Gold' that is placed on the desktop when you install the SDK. You can find the Touchless Controller easily by clicking on the 'SR300 Samples' tab in the Browser.

The source files for the sample program can be found by clicking on the 'Sources' button in the Browser beside the Touchless Controller entry.

And here is the SDK documentation entry for the Touchless Controller.

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?pxctouchlesscontroller.html Intel® RealSense™ SDK 2016 R2 Documentation

Please bear in mind that if you want to use the Touchless Controller then you will need to use the '2016 R2' version of the RealSense SDK, as it has been removed from the current R3 SDK version.

0 Kudos
Reply