Multiple cameras | step 3
In this step towards multiple camera support the focus is set on UI initialization, device handling and sub dialogs:
- Move all UI initialization steps from Capture to Camera
- Move all event connections that do not use Capture to Camera
- Move sub dialogs from Capture to Camera (limits, calibration, scripts, rotator, custom properties, exposure calculator)
- Move the device adaptor from Capture to Camera
- Use intermediately CaptureProcess and CaptureModuleState, until these will be refactored
- several helper functions shifted to Camera
Edited by Wolfgang Reissenberger