GenICam Sensor Format?

I’m familiar with the arv_camera_get_sensor_size method, and understand that it returns the sensor size in Pixels.

Is there a GenICam method for retrieving the camera sensor physical dimensions? (EG 4.98mm x 3.74mm)

Right now I have some code that relies on scanning for known model numbers, which doesn’t seem very robust or future-proof. Thanks in advance for any assistance!

Hi Jared,

According to Standard Features Naming Convention , SensorPixelWidth and SensorPixelHeight features are the standardized one that should return the physical pixel size. But they are optional features, there presence depends on the camera manufacturer.

Cheers.