We are using LabVIEW 2011 to connect to a Basler acA2440-35uc camera.
Using vision assistant it just lists the camera as Basler GenICam, and only 3 properties to change: brightness, exposure and gain.
Brightness and gain are integers, but exposure is a double (in seconds). In Basler pylon interface software however, it is an integer (microseconds). The problem is that the exposure cannot be finely controlled. For example, exposure of 0.004 - 0.011 are the same, but then there is a jump at 0.012. Having a look in MAX, the slider for exposure "jumps" between specific values, 0.00195312500, 0.00390625000, 0.0156250000, .. etc.
I'm guessing the problem is some internal thing converting the double, any ideas?
Also, is there a way to get ALL the settings from the camera? e.g. white balance etc?