LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to adjust the resolution in a VI (NI-IMAQdx) ?

Solved!
Go to solution
Message 11 of 12
(1,049 Views)

I do it like this for my camera (point grey flea3). This camera is pretty standard, but yours might work a little differently. For mine, when I want to set an attribute I look in MAX for what it is called, and each level down the tree is separated by a double colon "::". I always set my offsets to 0 before setting the size and offset, so that I don't get an invalid parameter. You could use some logic to see which one to adjust first, but this was easier for me.

 

Example, my 1624 x 1224 camera could have offsets of 400, and a width and height of 824 x 424. If I want to go to full resolution I would have to set the offsets to 0 first. If I want to go back to my low resolution, I would have to set size before offset.

 

set camera res.png

0 Kudos
Message 12 of 12
(1,026 Views)