Closed fdrgsp closed 5 days ago
Attention: Patch coverage is 93.26599%
with 20 lines
in your changes missing coverage. Please review.
Project coverage is 89.80%. Comparing base (
33c1350
) to head (e62387c
). Report is 5 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/pymmcore_widgets/control/_camera_roi_widget.py | 93.26% | 20 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
hey @fdrgsp, is this still something we should get in? I haven't looked closely yet, but I'm wondering why support for two cameras would require a diff of 700+ lines. was this harder than it sounds?
Hey @tlambert03 , I had to change the logic a bit to support the Multi Camera adapter so that each camera could be controlled individually. I also added a CameraInfo dataclass to store the info of each camera. I did it a while ago so I probably need to dig more into the code to exactly remember why the changes!