DragonX-cloud / dji_flutter_plugin

A Flutter plugin for DJI SDK.
BSD 3-Clause "New" or "Revised" License
34 stars 8 forks source link

[Question] Running app directly on a Smart Controller instead of connecting via a cable? #25

Closed brandon-watkins-avcrm closed 5 months ago

brandon-watkins-avcrm commented 5 months ago

I just wanted to know if the example app (APK) was installed directly on a Smart Controller, if it would work the same as if it was installed on a mobile device connected to a controller via a data cable?

Has this been tested before? If so, is there any additional information I would need

Thanks in advance

orenagiv commented 5 months ago

Hey @brandon-watkins-avcrm

I think it should be possible to run your Flutter app on the DJI Smart Controller.

I've searched a bit in Google and found this: https://forum.dji.com/thread-248937-1-1.html

So I suppose that the Flutter app with the plugin would work the same as connecting a mobile to the remote by cable.

I haven't tested such a thing though.