feature: fix busy-wait of requestShootPhoto#31
feature: fix busy-wait of requestShootPhoto#31TimonSchreiber wants to merge 1 commit intoWenuLink:developfrom
Conversation
|
Not so sure if is a viable solution. If I'm not wrong, the MAVLink protocol requires to send |
|
I was looking up at the SDK documentation and a proper mode must be set according to ShootPhotoMode. Additionally, there is a SystemState that can be poll in the monitor loop to sync current camera state, possibly to trigger the required MAVLink message. EDITI just found the
So even |
Fixes #30
Addresses the busy-wait in requestShootPhoto identified during review of #27.
Changes: