-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
PTZ speed actions fail to apply when sending multiple actions on a single button #78
Comments
@nottooloud will take a look, but I don't have any P200 to test with, only P100. Does the problem still exist on the recent release 5.0.064? |
Yes, I have several P200 with firmware 5.0.0.64 and I have the same problem |
Can confirm same issue with P200 A2 and A4 revisions on 5.0.0.64 and latest beta Companion. |
When you say '...before the camera will take all 3 values...' how do you know? Are you using variables or checking the BirdUI on the camera? |
I'm checking BirdUI. Those values don't update dynamically, have to skip out to another section and back to Cam Control to see the new values. |
@nottooloud - As BirdUI / CamControl and Companion all poll the API to get the information, there can be a delay between setting a value, and having that value represented in the visualization.. and, as you say, the BirdUI doesn't auto-refresh. From what I'm seeing with my testing, the speed changes are behaving similarly to what I would expect ... I'm seeing almost instant change in the companion variables... which polls the camera API |
I'm having success with minimum 100ms delay between actions involving p/t/z speed. Also, once the camera accepts a speed command, the feedback variables update right away. |
This has been narrowed down to an issue with the BirdDog firmware itself, as it is reproducible outside of Companion. The temporary solution is to add a relative delay between each action. |
I made a set of buttons with 3 actions each, setting P, T, and Z speeds all to small, medium, or large values. It never works to push a button just once, need to push it 3 times at least, and often more, before the camera will take all 3 values. I tried 5 ms delays between the actions.
P200 firmware 5.0.059 and companion-mac-arm64-2.4.0+4710-beta-05bf0507.
The text was updated successfully, but these errors were encountered: