-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ActionListener #222
Comments
Agent comment from Hummels Lei in Zendesk ticket #96992: °°° |
Hi @dji-dev Excuse me as you told, the actionlistener is only capable of monitoring the actionGroupId (and it is correct about Matrice 300 RTK), but when I was testing the app with Mavic 3T today, I saw that the action listener is working fine and I can monitor bothe action and group ids. I wanted to know if this problem is only for Matrice now ? or is related to the camera. in Matrice I use H20t camera. as you can see in this screen shot, we have all action ids : |
Agent comment from Hummels Lei in Zendesk ticket #96992: °°° |
Probelm solved in version 5.8.0-a5 Thank you |
HI DJI, I want to ask you if in the new version of MSDK, in action listener, we have the whole action object to get all info such as action type, or we still have only the groupID and actionID? |
Hi,
when I run a mission and start doing the actions, I need to listen to performed action id.
I use this method to listen to them but the result is not correct :
In my mission, at first I have one action group for drone rotation (actionId = 0,groupId = 0) and gimbal rotation (actionId = 1,groupId = 0), and another action group for create folder (actionId = 0,groupId = 1) and start distance interval shooting image (actionId = 1,groupId = 1).
and this is the result:
I need to log the action id when they are performed specially about the distance interval image shooting. in SDK v4, when we capture image with distance interval, we have the log if action but in this version we do not have. I need it to count the number of images which are captured.
Would you please help me solve this problem?
The text was updated successfully, but these errors were encountered: