08-21-2016 04:32 AM
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
08-21-2016 05:28 AM
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/
08-22-2016 09:30 AM
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
08-22-2016 02:08 PM
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.
08-31-2016 01:11 AM
Thanks rrobe
I have got the RGB image in bmp format. How do I get depth image?
Thanks
08-31-2016 01:33 AM