From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Intel 3D camera

Hi

I have a F200 3D camera from Intel. I want use labview to controll this camra to take image.

Please advise if it is posible.

 

Thanks

Hong

0 Kudos
Message 1 of 6
(4,213 Views)

To capture image you need Vision Acquistion software:http://www.ni.com/download/ni-vision-acquisition-software-february-2016/5801/en/

-If you have already installed Labview and MAX, Open MAX and see if your device is shown.

-Once your device is shown you can click on the device and in the tab and click on Grab or Snap and see if you can capture images.

-For start: http://www.ni.com/white-paper/2808/en/

Thanks
uday
0 Kudos
Message 2 of 6
(4,201 Views)

Hi Hong,

Quickly looking into the specifications I see that the camera has an USB 3.0 interface. The Vision Acquisition Software we have includes IMAQdx, which supports the USB 3.0 Vision standard. You might need to double check with the manufacturer if this camera supports the USB 3.0 Vision standard

 

Regards,

Andres G

0 Kudos
Message 3 of 6
(4,171 Views)

I highly doubt the camera supports the USB 3.0 Vision standard.  It seems like the camera is meant to only work with Intel's RealSense software and nothing else.  If the camera exposes a DirectShow interface, it could possibly work with NI's Vision Acquisition software.  Just install Vision Acquisition software, open Measurement and Automation Explorer (MAX), and see if the camera shows up. 

 

If the camera does not show up in MAX after installing Vision Acquisition, you are going to have to use Intel's SDK to control the camera from LabVIEW.  It seems like the SDK provides some sort of C/C++/C# API, but I didn't look at it too closely to see what functionality you can use outside of Intel's tools (https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html... You will have to use LabVIEW "Call Library Function Nodes" to interface with a DLL you create that uses Intel's camera API. 

0 Kudos
Message 4 of 6
(4,160 Views)

Thanks rrobe

I have got the RGB image in bmp format. How do I get depth image?

Thanks

0 Kudos
Message 5 of 6
(4,075 Views)
I do not work with such camera but maybe one of bellow method could solve your problem

1 maybe you can use part of this toolkit for your work
I do not know test this may be help
http://sine.ni.com/nips/cds/view/p/lang/en/nid/211182
2 may be you can use labview stereo vision depth vi for this one
check this example
http://zone.ni.com/reference/en-XX/help/370281U-01/imaqvision/stereo_vision_example/
Message 6 of 6
(4,070 Views)