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 · 1 comment
Assignees
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
@MarkkuSiitonen
Copy link

So this bug seems to be present in the latest version of indi_sx_ccd, previous version worked just fine..

2024-09-01T18:11:45: [INFO] World Coordinate System is enabled.
2024-09-01T18:11:44: [INFO] Device configuration applied.
2024-09-01T18:11:44: [ERROR] CCD_CAPTURE_FORMAT: newSwitchVector with no valid members
2024-09-01T18:11:44: [INFO] Upload settings set to client only.
2024-09-01T18:11:44: [INFO] Loading device configuration...
2024-09-01T18:11:44: [INFO] Device configuration saved.
2024-09-01T18:11:44: [INFO] Saving device configuration...

@knro knro self-assigned this Sep 2, 2024
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

3 participants