avt_vimba_camera
avt_vimba_camera copied to clipboard
Fix DeviceTemperatureSelector
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 .
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