How can I access the properties of the camera connected to my NI PCI-1428 frame grabber board when using Image Acquisition Toolbox 3.4 (R2009b) ? I am attempting to acquire images from a camera manufactured by Goodrich-Sensor using the National Instruments PCI-1428 frame grabber board. I am able to acquire the images successfully. The camera has additional properties such as exposure time, gain, timer to name a few. I am able to set these properties using National Instruments Measurement & Automation Explorer (NI-MAX). I would like to be able to set these properties from within MATLAB. I execute the code below to retrieve the properties of the currently selected source. vid=videoinput('ni',1,'img0'); src = getselectedsource(vid); get(src) However, the properties returned are for the frame grabber board and not the camera itself.
John Michell answered .
2025-11-20
vid = videoinput('ni',1,'img0');