11-24-2023 02:00 AM
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.
Has anyone used this camera (USB3) with LabVIEW?
Appreciate any help/feedback.
Best.
11-24-2023 10:41 AM
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
04-16-2025 06:53 PM
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.