Cole Gerdemann
Cole Gerdemann
I'll try to create a minimum reproducible test script, but the gist is we create a controls object ``` controls = picamera2.Controls(self._picam2) controls.AwbEnable = 0 controls.ColourGains = (1.580278129, 1.142074006) controls.AnalogueGain...
also, to clarify there is **no** variation between pictures taken on the same interface. But as soon as we switch to a different interface, even with the exact same code,...
Nothing that complex, simply destroying the picamera2 object and recreating it on the new interface, then setting the config as aforementioned. Same process, two cameras. Both IMX219, on CM4. Sorry,...
Also worth noting that I can reproduce this on an RPi4 with dual interfaces as well as a CM4. Will get script to reproduce soon
it's non-optimal because ideally I'd like to get that logging output sometimes, and other than setting it system wide we have to remember to call the program with that environment...
Our use case is somewhat unique since we have to access remote devices periodically that are extremely remote and isolated (in space). Just for context, since it makes it more...
I think it probably isn't worth the time to implement that kind of thing right now, but it would be very nice to document some info on this. Is that...
I didn't have anything special in particular, just documenting the environment variable and various logging levels! I'll go ahead and close this issue then. I may pursue logging level python...
The above code snippet works fine in CMake, but I can not import or access the library in my code
I also think this could be somehow related to #96 . After seeing that, I figured it would work but unfortunately not