Uh oh!
There was an error while loading. Please reload this page.
121 augmentor implementation - #133
Conversation
@NickHallONBI - can you test this with the hardware when you get a chance? |
iandobbie
commented
Jan 30, 2020
Testing today on the cryo Aurox setup appears to work. One problem is the docstring.. Config sample: The camera module is a python object not a string so shouldn't be in quotes. |
carandraug
commented
Sep 17, 2020
I started looking into this and merge into master but then noticed that while we import |
iandobbie
commented
Sep 17, 2020
Exactly my question. We should merge what works and close the other issues. |
mickp
commented
Apr 7, 2026
Do you still need this changes, or should I close this PR? |
iandobbie
commented
Apr 7, 2026
This is unfortunate as we don't currently have access to a system to test this on. I would say pull this change as it likely fixes real issues on the aurox. |
Needs testing with hardware
An alternative implementation for #121, replacing #124.
The camera is augmented with methods to do data processing and return the correct image shape depending on processing mode. Camera parameters are passed as a dict, to avoid the dot-notation problem discussed in #124.