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

camera device executes empty setBlobVector during exposure when it is busy #1247

Open
fscbr opened this issue Oct 24, 2024 · 1 comment
Open

Comments

@fscbr
Copy link

fscbr commented Oct 24, 2024

Hi,during the exposure of an camera there are setBlobVector executions without blob element

11:38:14.692583 indigo_control_panel: 16 ->
11:38:14.692583 indigo_control_panel: 16 -> _

When the exposure is completed a filled setBlobVector is executed:
11:38:16.371560 indigo_control_panel: 16 -> _
11:38:16.371691 indigo_control_panel: 16 ->
11:38:16.371691 indigo_control_panel: 16 ->

The empty blob vector leads in phd2 to errors an the camera device gets stops the exposure loop. I fixed it in phd2 by filtering 0 size blobs, but I guess its an issue on indigo side.

The indi spec expects one or more elements in the blob vector:
_Define a property that holds one or more Binary Large Objects, BLOBs.

_

The same behaviour was shown with an Altair AA269c camera

@fscbr
Copy link
Author

fscbr commented Oct 24, 2024

attached the log extract[
issue_indigo_1247.txt
](url)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant