William Wong

  • Total activity 966
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 18 users
  • Votes 4
  • Subscriptions 583

Activity overview

Latest activity by William Wong
  • William Wong created an article,

    How to display the video stream for Mini 3 series?

    The traditional enterprise series aircrafts have multiple video stream sources and multiple video stream channels. Therefore, you need to call the startChannel to bind the video stream source with ...

  • William Wong created an article,

    Which hardware architecture does MSDK v5 supprot?

    MSDK v5 only supports the arm64-v8a hardware architecture Android device, we will not support other hardware architecture such as armeabi-v7a and x86.

  • William Wong commented,

    我检查了遥控器的开发者选项,里面有个通过USB验证应用,已经被自动置灰并且关闭了。我询问其他开发者也没有遇到你这个情况。你看看你的遥控器这个设置是什么样的。

  • William Wong created an article,

    How to capture and download the media files simultaneously

    The previous models need to enter the camera media download mode to pull out the media files. The video stream will be disabled while the camera mode is media download. Also, the camera cannot capt...

  • William Wong created an article,

    Which RC supports MSDK in DJI Mini 3 series?

    DJI Mini 3 DJI-RC N1 (Normal RC) needs to connect an external Android device to run an MSDK app. DJI RC (RC with screen) does not support install an MSDK app. It also does not support connecting w...

  • William Wong commented,

    FFMPEG的参数设置错误了吧,你得自己研究一下。可以解的。

  • William Wong created an article,

    What is the special characteristic is the manual focus mode for Mavic 3 Enterprise series?

    If you consider using the manual focus mode on Mavic 3 Enterprise series, you will need to change your camera stream source to ZOOM first. You can only set the focus ring value if the current magni...

  • William Wong created an article,

    How to set the attitude sychronization of multiple gimbals?

    FlightControllerKey.KeyStartMultiGimbalSyncControl, start the attitude sychronization of multiple gimbals. FlightControllerKey.KeyStopMultiGimbalSyncControl, stop the attitude sychronization of mu...

  • William Wong created an article,

    How to set the captured photo size?

    Use CameraKey.KeyPhotoSize to set. For Mavic 3 Enterprise series, the 4K photo is PhotoSize.SIZE_DEFAULT enum and 8K photo is PhotoSize.SIZE_LARGE enum.

  • William Wong created an article,

    How to convert the mp3 file to an opus file?

    MegaphoneManager actually does not support upload the mp3 file. You will need to convert the mp3 file to pcm audio data and encode the data by an OpusEncoder and then push opsu data to the megaphon...