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

The "Filter Slot" indicator in the Toupcam EFW driver is always busy #944

Closed
jctk opened this issue Jul 16, 2024 · 1 comment
Closed

The "Filter Slot" indicator in the Toupcam EFW driver is always busy #944

jctk opened this issue Jul 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jctk
Copy link
Contributor

jctk commented Jul 16, 2024

Describe the bug
The "Filter Slot" indicator in the Toupcam EFW driver "indi_toupcam_wheel" is always busy.
A member function "ToupWheel::TimerHit()" did not work because "SetTimer()" function was not called when the filter was set.

To Reproduce
Exact steps to reproduce the behavior.

  1. Set Toupcam EFW in the profile.
  2. Connect to Device from EKOS.
  3. Set the filter in the Filter Slot on the INDI control panel.
  4. The indicator will remain yellow and BUSY.
  5. Due to this issue, the capture module cannot start capturing while waiting for the filter to be set.

Expected behavior
"Toupcam EFW" should go from busy to ready after the filter change is completed.

Desktop (please complete the following information):

  • OS: Stellarmate OS v1.8.3
@jctk jctk added the bug Something isn't working label Jul 16, 2024
knro pushed a commit that referenced this issue Jul 18, 2024
* TimerHit did not work because SetTimer was not called when the filter was set.
@jctk
Copy link
Contributor Author

jctk commented Jul 20, 2024

The issue was fixed
#945

@jctk jctk closed this as completed Jul 20, 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

1 participant