Skip to content

Multiple cameras | step 4

With this step the main UI control is shifted from Capture to Camera - again with the goal in mind, that we would like to support multiple cameras:

  • move all UI controls from Capture to Camera
  • handle all camera related events from the state machine, process engine and device adaptor in Camera. The resulting event is forwarded to Capture, which distributiv the events to other modules.

Capture remains as the main communication entry point from other modules, especially from Mount and Guider.

Edited by Wolfgang Reissenberger

Merge request reports