Items with no label
3335 Discussions

Intel RealSense SDK on WIndows IoT Core

hothm
Novice
2,009 Views

Is it possible to get Intel RealSense SDK working on Windows IoT Core (I am planning to use dragon board 410c)?

if yes, how can i install the sdk ?

0 Kudos
5 Replies
MartyG
Honored Contributor III
649 Views

RealSense has been shown to work with Windows 10 IoT Core and robotics. Microsoft created a robot panda that runs on Windows 10 IoT Core.

http://siliconangle.com/blog/2016/09/09/microsoft-updates-windows-10-iot-core-with-new-developer-centric-features/ Microsoft updates Windows 10 IoT Core with new developer-centric features - SiliconANGLE

"During testing of Windows 10 IoT Core running on Intel's new chip, Microsoft created a robot panda called "Bamboo" which is able to connect to Microsoft's Azure and Cognitive Services and gain sentiment analysis and translation abilities."

"You can speak to Bamboo in any language and she can translate into her native English and understand your mood via Twitter," said Steve Teixeira, general manager of Microsoft's Windows Partner Application Experience team, in a statement on Sept. 2. "Bamboo can move about and build an understanding of her environment with the compute platform and an Intel RealSense camera."

0 Kudos
hothm
Novice
649 Views

how can i install the SDK ?

0 Kudos
MartyG
Honored Contributor III
649 Views

It may not be as simple as attaching the camera to a regular PC and using the normal SDK. Every information source I have seen says that the Intel Joule 'compute module' hardware is needed in order for RealSense to be used with IoT Core. This costs $350.

http://www.intel.com/buy/us/en/product/emergingtechnologies/intel-joule-570x-developer-kit-541737 Shop Intel for Intel® Joule 570x Developer Kit

The best RealSense camera to use with the Joule will be the new $289 ZR300 camera released on March 13, though somebody managed to get the older R200 camera working with Joule by doing some tweaks, apparently.

Joule in the Intel store:

http://click.intel.com/intelr-realsensetm-development-kit-featuring-the-zr300.html Intel® RealSense™ Development Kit Featuring the ZR300 - Intel® RealSense™ Developer Kits

The R200 workarounds:

0 Kudos
hothm
Novice
649 Views

i have intel real sense f200 and Dragon board 410c , i don't have joule ...

0 Kudos
MartyG
Honored Contributor III
649 Views

Yes I understood that you likely did not have Joule and that the cost of it would be bad news for your planned project. A more affordable idea may be to drop the idea of using IoT core and instead try to interface with the Dragon board via the F200 you already have and the Robot Operating System (ROS).

https://github.com/kaorun55/RealSense-ROS GitHub - kaorun55/RealSense-ROS: Experimental support for Intel(r) RealSense(TM) to the Robotic Operation System (ROS)

Your main challenge then becomes how to interface the USB 3.0-based RealSense F200 camera with the dragon board. Since the dragon board is USB 2.0 (like most mini-boards), you would probably have to follow the example of Raspberry Pi and Arduino board users, and set up a serial connection between the dragon board and a full PC that has the RealSense camera attached to it.

0 Kudos
Reply