Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZWO ASI Camera unable to use minimum exposure #434

Closed
aaronwmorris opened this issue Aug 20, 2021 · 4 comments
Closed

ZWO ASI Camera unable to use minimum exposure #434

aaronwmorris opened this issue Aug 20, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@aaronwmorris
Copy link

Describe the bug
I am not sure if this is a python, ZWO, Indi, C, or ARM bug. The minimum exposure for the ASI290MM is 0.000032 but if that exposure is set, the camera returns an error. This was working in Indi 1.8.9.

To Reproduce
Exact steps to reproduce the behavior.

  1. Set ASI290MM minimum exposure to 0.000032

Desktop (please complete the following information):

  • OS: Raspbian GNU/Linux 10 (buster)
  • Raspberry Pi 3
  • Version: 1.9.1
  • Python 3.7.3
  • pyindi-client (git: 68803a1c51fb5aa271302a748e012cf0cee309b2)
  • Tested camera: ASI290MM

Log Files

new Message 2021-08-20T15:41:02: [ERROR] Requested exposure value (3.2e-05) seconds out of bounds [3.2e-05,2000].
'CCD_EXPOSURE': {
  'CCD_EXPOSURE_VALUE': 
    {'current': 0.0,
     'format': '%5.2f',
     'max': 2000.0,
     'min': 3.2e-05,
     'step': 1.0}
},
@aaronwmorris aaronwmorris added the bug Something isn't working label Aug 20, 2021
@knro
Copy link
Collaborator

knro commented Aug 23, 2021

indi_setprop works? Ekos?

@aaronwmorris
Copy link
Author

Both indi_setprop and Ekos accept the 0.000032 value and the exposure is properly processed.

@knro
Copy link
Collaborator

knro commented Aug 23, 2021

Well that takes care of "INDI/C/ARM" and might be just some python issue?

@aaronwmorris
Copy link
Author

It could be some floating point conversion error between python and swig. I will reopen this bug under the pyindi-client repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants