LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Octoplus USB 3.0 not shown on NI MAX

Hello,

I am trying to connect to Teledyne E2V Octoplus USB 3.0 line scan camera with LabVIEW but I don't see the camera on NI-MAX. I've seen example of using LabVIEW and Octoplus camera with cameralink but not directly connecting with USB. 

I see the camera under USB from device manager and works well using E2V software.

tgif73_0-1700812789070.png

Has anyone used this camera (USB3) with LabVIEW?

 

Appreciate any help/feedback.

 

Best.

0 Kudos
Message 1 of 3
(795 Views)

Does Teledyne provide an IMAQdx-compatible driver?  Do they mention "LabVIEW Vision" compatibility?  The presence of a driver compatible with vendor-supplied software does not imply that they will be compatible with LabVIEW.  I suspect this may be the case with your camera.

 

Bob Schor

0 Kudos
Message 2 of 3
(750 Views)

Maybe you've solved this problem by now.  However, Teledyne offers a C++ DLL "CamCmosOctUsb3.dll" for their Octoplus USB 3.0 camera.  Since LabVIEW cannot directly call C++ DLLs, you will need to write a C wrapper DLL for the functions you will need and then write LabVIEW wrappers around each of those functions.  This has been done before so I know it works.  

0 Kudos
Message 3 of 3
(130 Views)