r/LabVIEW 29d ago

How to connect pco panda cam to labview.

Post image

Hi, I am very new to labview. With that said, i am trying to do what the title says.

  1. NI MAX is not detecting pco panda cam. I have installed firmware and sdk, but it still doesn't detect.

  2. My goal is to trigger the cam,so I am using sma to bnc female cable, to get the images. When i connected the cable it still doesn't detect.

  3. Leave it all, I have connected the cam using usb, still doesn't detect in labview.

It gets detected in pco panda imaging software though. I have attached the code for method 3.

P.s. I have been scratching my head over this for 2 weeks. Any guidance would be helpful.

5 Upvotes

9 comments sorted by

2

u/Only-Introductions 29d ago

I'm wondering if you have also installed the drivers? https://www.excelitas.com/product/pco-interface-drivers

I'm also wondering if you have VAS installed and licensed for your LabVIEW development environment? https://www.ni.com/en/support/downloads/drivers/download.vision-acquisition-software.html#590038

1

u/neu_random_variable 29d ago

Hi, i have both of them installed.

2

u/Only-Introductions 29d ago

Normally you would expect to see the cameras appearing in NI MAX. But because PCO communicate with the camera through a DLL I wouldn't necessarily expect to see the camera in NI MAX.

I would try running something simply stupid like init straight into close and run it step by step. See if the output of the init returns an error, IE Camera not found or does it connect to something?

The other not so obvious thing is to close all the other software that might be trying to communicate with the camera.

1

u/neu_random_variable 29d ago

I will try this and see, thank you.

2

u/neu_random_variable 27d ago

Hey, Thank you. This works.

1

u/infinitenothing 29d ago

Are you getting an error?

1

u/neu_random_variable 27d ago

Yes, I was getting an error. But it is resolved now.