LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Interfacing FLIR T335 camera with LabView

Hello everyone,

 

I am trying to connect FLIR T335 camera with LabView-2017 to detect the temperature and take pictures.

 

Is there a VI for this camera available ?

 

When I connect the camera and check the NI-MAX then nothing appears there.

0 Kudos
Message 1 of 14
(1,993 Views)

What LabVIEW Vision software have you installed?  Do you know if this particular camera is compatible with LabVIEW?

 

Bob Schor

0 Kudos
Message 2 of 14
(1,953 Views)

Thank you for answering.

 

I am using LabView 2017 and I am not sure whether the FLIR T335 is compatible with LabView.

0 Kudos
Message 3 of 14
(1,927 Views)

A LabVIEW installation in itself does absolutely nothing in terms of adding support for cameras. You will also need to install the Vision Acquisition Software (VAS) and the Vision Development Module (VDM). The first adds drivers to the system to access certain cameras, the second a library of functions to analyze and process images. 
Both do require a separate license though.

Rolf Kalbermatter
My Blog
0 Kudos
Message 4 of 14
(1,918 Views)

I have already installed Vision Acquistion Software but I cannot see any SubVI under 'Vision & Motion' palette. I am using LabView 2017 but I have downloaded the latest version of VAS.

 

Also, is Vision Development Module not included in VAS package ?

0 Kudos
Message 5 of 14
(1,913 Views)

@Pukhtun_Yum wrote:

 

Also, is Vision Development Module not included in VAS package ?


Not at all. The VAS package only contains a very small part of the VDM software to allow displaying an acquired picture at all on a LabVIEW front panel. The bigger part of the VDM is not included.

 

As to the fact that no icons appear under the Vision & Motion palatte there are two reasons I can think of for that.

 

- You installed the VAS package before you installed LabVIEW. Drivers only install support for LabVIEW versions they can find on the system.

 

- You didn't yet restart LabVIEW after installing VAS

 

- Your palette visibility is not yet set to also show the new entries. A default LabVIEW installation has usually many advanced palettes set to invisible to not overwhelm new users.

Rolf Kalbermatter
My Blog
0 Kudos
Message 6 of 14
(1,909 Views)

@Pukhtun_Yum wrote:

Also, is Vision Development Module not included in VAS package ?


It is my understanding that VDM is the software required to Develop LabVIEW routines capable of Vision Acquisition, and that it includes a single license of VAS for the purpose of testing the LabVIEW Vision code it produces.  If you want to deploy your VDM-developed code to additional machines, it is my understanding that you require an additional VAS license for deployed system.

 

So I believe the answer to your question is "The Vision Development Module is not included in the Vision Acquisition Software package."  But I would ask NI directly about this, as the policies may have changed.

 

Bob Schor

0 Kudos
Message 7 of 14
(1,908 Views)

The VAS is mainly NI-IMAQ and IMAQdx. NI-IMAQ is the old legacy acquisition API for old analog NI frame grabbers. I believe NI does not sell any of those boards anymore as they are obsolete and most likely use components that couldn't even be purchased anymore even if NI wanted to produce them.

 

IMAQdx is the new style acquisition API that supports the more modern digital frame grabber cards from NI, DirectX compatible camera drivers and also certain Firewire and Ethernet cameras. "Certain" because it requires cameras to follow the Genicam standard in order to be able to recognize and support them. And not every camera claiming to support Genicam is easy or even possible to be used with IMAQdx, since as with most standards there are many possible differences in what of the standard a device does support or not.

 

In addition to that, the VAS comes with a few VIs that are also included in the VDM in order to actually display the images from above two acquisition APIs in LabVIEW. No analysis or image processing functions are included though, that is all part of the VDM.

 

If you use an NI frame grabber board, a license to use the IMAQdx API with it is included. If you want to access other cameras with IMAQdx you need to purchase a seperate license for the VAS.

 

If you want to use the VDM you need a seperate license for that too. This does not apply for the few basic Vision functions also included in the VAS.

Rolf Kalbermatter
My Blog
0 Kudos
Message 8 of 14
(1,905 Views)

Is the VAS package and VDM free or do I have to buy it ?

 

Secondly, LabView 2017 was already installed in my PC and I downloaded VAS 2021 later on. Unfortunately, this 2021 version of VAS was not compatible with 2017 so I uninstalled it and installed VAS 2017 version but even then the SubVIs under 'Vision and Motion' palette are still missing. 

 

 

0 Kudos
Message 9 of 14
(1,895 Views)

@Pukhtun_Yum wrote:

Is the VAS package and VDM free or do I have to buy it ?


No! When I said you need a license I meant a license you have to buy. The only exception for the VAS is when you use an NI frame grabber board which comes with a license to use the according acquisition API from the VAS.

 

You can download both the VAS and VDM and install them and you can activate an evaluation period of I think 9 days but after that you have to purchase a license if you want to keep using it.

Rolf Kalbermatter
My Blog
0 Kudos
Message 10 of 14
(1,893 Views)