morefigs / pymba

Python wrapper for Allied Vision's Vimba C API
MIT License
105 stars 84 forks source link

Weird Color and load settings #134

Open polizogo67 opened 4 years ago

polizogo67 commented 4 years ago

I am trying to use the Pymba API with an Allied Vision ALVIUM 1800 U-1236c color camera. I have 2 issues. The main problem is that my image is greenish.

  1. Is there a feature to configure white balance through pymba api ?
  2. To solve the same issue i used the vimba viewer app to configure the white balance as i wanted. Then i save the settings of the viewer in an xml file and tried to load it to my script through load_settings(). I can see that color space is loading but my white balance options not. I tried to load the same xml file to vimba viewer to confirm that the settings are saved in the file succesfuly and it worked. So I am missing something on how to load properly my file.

The desired solution I want is the second one.