avt_vimba_camera icon indicating copy to clipboard operation
avt_vimba_camera copied to clipboard

Fix DeviceTemperatureSelector

Open MikoMikarro opened this issue 1 year ago • 1 comments

In the Alvium Features Reference V2.9.1 they show the available options for the DeviceTemperatureSelector are:

  • Mainboard
  • FpgaCore (only for G5)
  • PhyCore (only for G5)

I've changed the value in your code to Mainboard

If you don't do that, a warning message appears each 1-2 seconds when connected to the device. It also seems to fix #119 .

MikoMikarro avatar Jun 18 '23 22:06 MikoMikarro

Mainboard might work for the Alvium series, but it won't work for the GigE series. I wish AVT didn't have these discrepancies between their APIs, but it is what it is.

Regarding a long-term solution to this, we had some discussion here about it: https://github.com/astuff/avt_vimba_camera/issues/86

icolwell-as avatar Jul 11 '23 21:07 icolwell-as