Skip to content

ximea's get_exposure_maximum returns nonsense #8

@carandraug

Description

@carandraug

With xiAPI version 4.21.19, the Camera.get_exposure_maximum method is broken, for at least the xiC cameras.

On our "Model:MC023MG-SY-UB SN:CAMAU2018044 FwF1:01.25 API:V4.21.18.00 ", the following code

``
from ximea import xiapi

c = xiapi.Camera()
c.open_device()
print('maximum: ', c.get_exposure_maximum())


reports a max exposure of of  `7.411626765319505e-38` microseconds (with version 4.21.18 it correctly reports `30000000.0`).

It seems to work properly with our xiQ cameras so this brokenness seems to be model dependent.

This has been reported to ximea, it's their internal ticket number 56174.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions