LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pixel decimation with PXI-1408

I'd like to reduce the number of pixel during the acquisition of a CCD (CCIR type) image using my PXI-1408 board. Although this is mentioned in the catalogue ('pixel decimation') i cannot find the wright vi to do it. Could you explain me how to do it ?
It is also mention that i can programme the gain of teh input video signal but i cannot see how ?
0 Kudos
Message 1 of 5
(2,975 Views)
If you want to change the configuration settings programatically, you can use a property node from the Image Acquisition Palette. Input the session id from you IMAQ Session, select what you want to change in the property node, and set the values. The same can be done for the gain settings. I hope this helps!
Best Regards,
Chris Drymalla
NI Applications Engineer
0 Kudos
Message 2 of 5
(2,975 Views)
Thanks, do you have an example (it's still hard to find what format to use with the Property-Node )?
0 Kudos
Message 3 of 5
(2,975 Views)
I have attached a quick grab example with a property node...you can try using the different available properties to get what you want!
Good Luck
Chris D
NI Applications Engineer
0 Kudos
Message 4 of 5
(2,975 Views)
Zomer,

First figure out how to do what you want using MAX. For the two items you mentioned, I believe you want to change the scale (for pixel decimation) and Reference Levels (for gain). They are both on the Basic page of the properties for your camera.

Once you know which properties you want to change, you can change them in your program using a property node.

Bruce
Bruce Ammons
Ammons Engineering
0 Kudos
Message 5 of 5
(2,975 Views)