Items with no label
3335 Discussions

RealSense SR300 Raw depth streams in .C

KDhal
Beginner
1,501 Views

Hello,

I am using LabVIEW and it handles only .c files or C++ wrapped in C. How can I get .c files for accessing raw depth streams or how can I wrap C++ code in C ??

Regards,

Kashish Dhal

0 Kudos
3 Replies
MartyG
Honored Contributor III
235 Views

I could find almost no examples of LabView working with RealSense. There was a suggestion by the makers of LabView about how it might be possible to do so, and a suggestion by Intel employee Anders G that you could do so "fairly easily" by creating a VI wrapper to work with the RealSense DLL file (which sounds like what you are trying to do).

The discussion below talks about how to use LabView with the F200 camera (the direct predecessor of the SR300).

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

I'm afraid the above information is the most I could find on the subject of LabView and RealSense. I hope that it gives you a useful starting point.

0 Kudos
KDhal
Beginner
235 Views

Dear MartyG,

This doesn't answer my question. I was asking if I can get .c files for acquiring raw depth stream. Do not think about LabVIEW at this point.

Regards,

Kashish Dhal

0 Kudos
MartyG
Honored Contributor III
235 Views

I do not know how to access the raw stream with .c unfortunately. The documented examples cover only C++ and C# / XAML

https://software.intel.com/en-us/articles/dipping-into-the-intel-realsense-raw-data-stream Dipping into the Intel® RealSense™ Raw Data Stream | Intel® Software

https://software.intel.com/sites/default/files/Capturing_Raw_Streams.pdf https://software.intel.com/sites/default/files/Capturing_Raw_Streams.pdf

http://www.digit.in/apps/intel-realsense-depth-camera-code-sample-r200-camera-streams-28222.html Intel RealSense Depth Camera Code Sample – R200 Camera Streams | Digit.in

0 Kudos
Reply