https://bugs.kde.org/show_bug.cgi?id=397650

            Bug ID: 397650
           Summary: Flats creation fails
           Product: kstars
           Version: 2.9.8
          Platform: unspecified
                OS: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: NOR
         Component: general
          Assignee: mutla...@ikarustech.com
          Reporter: wreis...@gmx.de
  Target Milestone: ---

With the rework of the Capture module, creating flats no longer works. After
creating a first preview, the module simply finishes and does neither a
calibration nor does it shoot flats.

The reason can be found in Capture::setCaptureComplete(). In the older version,
for previews with seqTotalCount (the planned total) <= 0, this method did some
cleanup and terminated. For shooting flats, seqTotalCount is set to the amount
of flats to be created and is hence > 0.

In the new version, simply activeJob->isPreview() is called which is also true
for flats. As a result, creating flats terminates immediately after the first
preview and does neither a calibration nor does it shoot flats.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to