Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Photron APX camera, remote control

Is there a way to control a Photron APX camera using Labview?  I would like to arm acquisition, wait for acqisition to finish, then write images to file on the PC.
0 Kudos
Message 1 of 8
(4,610 Views)

Hello pchitnis,

 

What sort of bus does Photron APX have? Analog/Cameral Link/USB/IEEE/GigE? This particular camera is not officially supported by NI (see link below for list of cameras supported) However, if the manufacture of the camera would provide the camera file, it should be able to interface with LabVIEW and our framegrabbers.

 

Andy Chang
National Instruments
LabVIEW Control Design and Simulation
0 Kudos
Message 2 of 8
(4,591 Views)
0 Kudos
Message 3 of 8
(4,590 Views)

Andy,

 

Thanks for the response.  The camera has a firewire interface.

0 Kudos
Message 4 of 8
(4,583 Views)

Hello pchitnis,

 

Here's the page to our firewire framebrabbers

 

IEEE1394 and GigE Vision

http://sine.ni.com/nips/cds/view/p/lang/en/nid/201714

 

Hopefully this can help you out

Andy Chang
National Instruments
LabVIEW Control Design and Simulation
0 Kudos
Message 5 of 8
(4,565 Views)

I took a quick look at the camera details on the Photron web site.  It looks like this is a high speed camera that stores the images internally, then transfers the images to a PC after acquisition.

 

I strongly doubt the standard firewire or GigE interfaces are going to work in this case.  They mostly work with cameras that stream images continuously as they are captured.

 

I would contact the manufacturer or distributor and ask what options there are for control of the camera from an external PC.

 

Bruce

Bruce Ammons
Ammons Engineering
0 Kudos
Message 6 of 8
(4,559 Views)
I'm running into the same problem. I have come up with the following solution to fix it. Use the analog video out on the APX camera body to an analog vision card.  You can trigger the camera by wiring a BNC cable to a counteroutput and usingf a 10ms pulse to the TRIGGER_IN cable on the "General In"
0 Kudos
Message 7 of 8
(4,462 Views)

Has anyone developed subVIs using 'Call Library Function Node' to interface with a Photron APX camera?

We have an Ultima APX II, and are currently controlling (ie, setting parameters, turning on intensifier, etc) via the vendor software PFV.

But would like to control the camera via Labview.  The vendor has supplied us with an SDK containing source code and dlls for both VB & C++, but no longer supports APX II so is not willing to supply use with a sample Labview interface.  They claim they are currently developing a Labview package for APX III cameras.  I have looked into developing 'wrappers', but the C++ contains structures & classes, so it would be quite a challenge.  In addition, their pdf documents in the SDK has no reference to API routines.

Looking for insights and / or sample code,

regards, Gretchen

0 Kudos
Message 8 of 8
(4,131 Views)