Skip to content

WIP: Add support for additional script steps

Jasem Mutlaq requested to merge (removed):scripts_work into master

This MR adds support to specifying more scripts as described in #46 (closed)

  1. Pre Job Script
  2. Pre Capture Script
  3. Post Capture Script
  4. Post Job Script

Furthermore, it fixes a bug that was introduced with MR !144 (merged) that prevented focus check to alert capture of status update when done. Finally, focus was running on filter-change when autofocus was checked even when the autofocus module itself is not ready. This issue is now fixed by passing the m_AutoFocusReady flag to the sequence job.

Merge request reports