LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can't see camera USB 3.2 Gen 2 on Labview MAX

Hello,

 

My config:

-Labview 2022

-Vision developement module installed

 

I would like to use the Ni-IMAQdx for interfacing a Moment camera (USB 3.2 Gen 2) from Teledyne.

 

I can't see the camera on MAX as in the attachment. The driver is well installed as I can use the camera with the software associated.

 

How I could do to detect the camera?

 

Thank you,

 

Pierre

 

 

Capture.PNG

 

 

0 Kudos
Message 1 of 4
(653 Views)

Many "modern" cameras, especially those that supply their own drivers and software, are extremely difficult to get to work with IMAQdx.  I spent several months struggling to get a FLIR camera to work with LabVIEW, and eventually abandoned that project.  TCP/IP cameras from Basler and Axis, on the other hand, which worked a decade ago, still seem to work (though they also have "interesting" issues).

 

Bob Schor

0 Kudos
Message 2 of 4
(634 Views)

Hello,

 

Thank you for your reply!

 

Would you know where about the difficulty is? Do you mean it is because the driver is mainly compatible with the software provided with the camera ?

 

Pierre

0 Kudos
Message 3 of 4
(575 Views)

I'm guessing, but I think it is related to rapidly-improving hardware technology, which sometimes leaves the software lagging behind.  Before there was IMAQdx, there was IMAQ, which I think might have been an NI driver for some early NI "hardware" cameras, and maybe a few others.  IMAQdx came about when USB, FireWire, and IP cameras (including Gigabit Ethernet, or GigE) cameras became available (and who uses FireWire these days?).

 

The Good News is that there is a "Standard", the Generic Interface for Cameras (or GenICam) standard, that IMAQdx "plugs into" and can query.  However, as manufacturers add more Bells and Whistles to their cameras, as they become faster, larger (more pixels), and more capable of "tricks" that the manufactures build into their devices and custom software, it becomes harder to accomodate the more limited subset of the GenICam standard that IMAQdx follows.  Often there is a direct conflict between IMAQdx and the Driver/Support software from the manufacturer -- you need to "turn off" the supplied Driver for IMAQdx to be able to recognize the (say) USB 3.2 WhizBang 2000 camera that comes with Whiz drivers and support routines.  If you are fortunate, you can still to simple Snaps and Grabs with IMAQdx, but the more advanced features will probably require you to do a lot of extra work outside the comfort zone of LabVIEW.

 

Bob Schor

0 Kudos
Message 4 of 4
(568 Views)