Camera not idle , cant start a new exposure

Issue #993 closed
Nik A created an issue

Hi,

Camera’s status sometimes stays as *exposing and not as *idle, even after I downloaded an image, and therefore is not able to start a new exposure. I get the following error message, and the only solution worked so far is to disconnect/connect camera and its filter wheel.

from the log file

[Message] CheckDotNetExceptions ASCOM.QSI.Camera StartExposure System.Exception: Start Exposure: error starting exposure (See Inner Exception for details) at ASCOM.DriverAccess.MemberFactory.CheckDotNetExceptions(String memberName, Exception e) in C:\ASCOM Build\Export\ASCOM.DriverAccess\MemberFactory.cs:line 630
at ASCOM.DriverAccess.MemberFactory.CallMember(Int32 memberCode, String memberName, Type[] parameterTypes, Object[] parms) in C:\ASCOM Build\Export\ASCOM.DriverAccess\MemberFactory.cs:line 487
at ASCOM.DriverAccess.Camera.StartExposure(Double Duration, Boolean Light) in C:\ASCOM Build\Export\ASCOM.DriverAccess\Camera.cs:line 594
at NINA.ViewModel.Equipment.Camera.CameraVM.<Capture>d__60.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at NINA.ViewModel.SequenceVM.<>c__DisplayClass83_0.<<ProcessSequence>b__0>d.MoveNext()

Comments (2)

  1. Stefan B repo owner

    There is not much on NINA side that can get around this problem. All ascom camera drivers are handled in the same fashion as per the ascom specs and this seems to be a specific behavior to this driver which is not part of the ascom spec

  2. Log in to comment