areaDetector / ADGenICam

areaDetector base class for GenICam cameras.
https://areadetector.github.io/master/ADGenICam/ADGenICam.html
7 stars 16 forks source link

Add support for Basler acA1300-75gm, acA3088-16gm and acA640-300gm models #35

Closed henriquesimoes closed 12 months ago

henriquesimoes commented 1 year ago

The camera XML specification was taken using the latest version (0.8.26) of the aravis tool built from source. While generating the database and ADL files with addCamera.sh script, the following warnings showed up for all three models.

More than 16 enum entries for PixelFormat mbbi record, discarding additional options.
   If needed, edit the Enumeration tag for PixelFormat to select the 16 you want.
Don't know what to do with Register
More than 16 enum entries for ChunkSelector mbbi record, discarding additional options.
   If needed, edit the Enumeration tag for ChunkSelector to select the 16 you want.
More than 16 enum entries for ChunkPixelFormat mbbi record, discarding additional options.
   If needed, edit the Enumeration tag for ChunkPixelFormat to select the 16 you want.
Don't know what to do with Register
Don't know what to do with Register
Don't know what to do with Register

Does the ignored Register tags should be handled for adding support for these cameras?