Record video and return home button not working with a custom app on Mavic 3 RC
CompletedHi,
I'm developing an Android app using Mobile SDK v5 installed on a remote controller of a Mavic 3. I have encountered a problem regarding the functionality of the record video button and the return home button. I noticed that they do not work when running the developed app.
Is there anyone who can suggest how to solve this issue?
Thank you very much in advance for your help.
-
I understand your issue. One possible solution is to use the corresponding component. Inside the component, there are listeners set up for taking photos and recording with the remote control. When the button press status is detected, the component will actively call the corresponding interface. Here is the listening logic inside the component. override fun inSetup() { bindDataProcessor(RemoteControllerKey.KeyShutterButtonDown.create(), isShutterButtonDownProcessor) bindDataProcessor(RemoteControllerKey.KeyRecordButtonDown.create(), isRecordButtonDownProcessor)}
Please sign in to leave a comment.
Comments
3 comments