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

INDI ASI CCD Driver "CCD_CAPTURE_FORMAT" is obtained empty in first connection #689

Open
nicomedia opened this issue Nov 28, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@nicomedia
Copy link

Describe the bug
I have custom indi client application. I am working with "indiserver -vvv indi_asi_ccd". At first connection, "CCD_CAPTURE_FORMAT" property is obtained empty. If i stop indi client and re-run again, application could obtain "CCD_CAPTURE_FORMAT" with valid values. If i restart the indiserver again, indi client could not get the value of "CCD_CAPTURE_FORMAT" at first connection.

To Reproduce
Exact steps to reproduce the behavior.

  1. Run "indiserver indi_asi_ccd"
  2. Run indi client application
  3. Get "CCD_CAPTURE_FORMAT" with empty values
  4. Kill indi client application
  5. Rerun indi client application (while indiserver is running)
  6. Get "CCD_CAPTURE_FORMAT" with correct values

Expected behavior
Get "CCD_CAPTURE_FORMAT" with correct values after first connection

Log File
emptyCCDcaptureFormat.txt

@nicomedia nicomedia added the bug Something isn't working label Nov 28, 2022
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

1 participant