Items with no label
3335 Discussions

Intel Realsense SR300 with LabVIEW

KDhal
Beginner
2,368 Views

I want to work with Intel Realsense SR300 in LabVIEW. Unfortunately, there is no VI or Add-On for this camera in LabVIEW. However, I can create a VI if I can get .dll file or C++ code for getting depth and RGB arrays.

Where can I get dll file for it?

Or anybody has any suggestion for it?

Thanks.

0 Kudos
3 Replies
MartyG
Honored Contributor III
616 Views

If you mean the RealSense DLL files, you can find them - in the '2016 R2' version of the RealSense SDK for Windows, at least - at this default location once that SDK has been installed on your computer:

C: > Program Files (x86) > Intel\ > RSSDK > bin > x64

I have not got the latest R3 version of the RealSense SDK installed right now but believe the library files in that version may be at:

RSSDK > core > Plugins

There is very little information on using LabVIEW with RealSense, unfortunately. I found these references:

https://intel-openport-v8.hosted.jivesoftware.com/thread/113231 SR300 depth to real world conversion |Intel Communities

https://software.intel.com/en-us/forums/realsense/topic/670212 RealSence R200 and LabVIEW

https://software.intel.com/en-us/forums/realsense/topic/560964 understand realsense capabilities

https://forums.ni.com/t5/Machine-Vision/Intel-3D-camera/td-p/3337315 Intel 3D camera - Discussion Forums - National Instruments

KDhal
Beginner
616 Views

Thank you for your reply.

But I was not able to figure it out that why Intel application engineers do not create an Add-on for Labview and why there is little information available for LabVIEW.

Regards,

Kashish Dhal

0 Kudos
MartyG
Honored Contributor III
616 Views

Generally, support for RealSense cameras by non-Intel programs is made the responsibility of the developers of those programs to provide. And the shortage of information about Labview may be a reflection of a shortage of people who have successfully used RealSense with it.

0 Kudos
Reply