03-18-2016 01:55 AM
Hello,
is it possible to read the pixel size of a camera programmatically with IMAQdx?
e.g. Basler ace acA1300-30um:
Pixel Size horizontal/vertical | 3.75 µm x 3.75 µm |
Thanks in advance.
Thomas
Solved! Go to Solution.
03-18-2016 09:05 AM
Hi Thomas,
The only way to read that programmatically would be if the vendor exposed this information as an attribute via their XML file. I looked at a couple of Basler aces that I have, and none of them seemed to have that information. They have an attribute called PixelSize, but that refers to bits per pixel and not the physical size. I skimmed the GenICam Standard Features Naming Convention to see if there is a standard GenICam feature for what you're looking for and didn't see one. Unfortunately it seems like you won't be able to get that information programmatically.
Katie
03-18-2016 09:15 AM
Hallo Katie,
thank you for your quick response and investigation.
Instead I'll read the camera model name and define the pixel size for all possible cameras.
Best Regards,
Thomas
04-05-2016 05:58 AM
pretty sure Basler ace does not have pixel size in um in camera attribute. : )