Luce Luo
- Total activity 68
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 58
Activity overview
Latest activity by Luce Luo-
Luce Luo created an article,
How to apply for the lifting of the no-fly zone?
To apply for the lifting of the no-fly zone, please visit the following website:https://www.dji.com/cn/flysafe/self-unlock
-
Luce Luo created an article,
What causes the "re-ctr stick stick err" on the remote control?
This error means that the joystick has not been centered. For more detail, please refer to the user manual.
-
Luce Luo created an article,
Does M300 RTK support WIFI connection?
Sorry, M300RTK does not support
-
Luce Luo created an article,
Will the 5G base station's signal interfere with the drone's remote control signal?
The base station will interfere with the drone signal. For more detail, please refer to the user manual of the product. And try to avoid flying near the base station
-
Luce Luo created an article,
Is it possible to test RTK functions on the DJI simulator
The RTK function cannot be tested on the simulator. Because the DJI simulator cannot simulate the RTK signals. It must be tested in an outdoor environment with RTK signals.
-
Luce Luo created an article,
Explanation of H20T camera exposure mode
Each lens of H20T supports different exposure modes. The wide-angle lens does not support manual mode and ISO mode, and the exposure mode is always automatic.The zoom lens supports P and M modes. I...
-
Luce Luo created an article,
Can you call getWaypointMissionV2Operator() without connecting with a M300?
No you can't. You have to connect the RC(app) with the aircraft and call getWaypointMissionV2Operator(), otherwise you will get a null object return.
-
Luce Luo created an article,
How is the clearMission() in WaypointMissionOperator works?
In fact, the clearMission() hasn't been implemented, we suggest you don't use it. Please call a method which is refered from our WaypointMissionOperotor.
-
Luce Luo created an article,
How to display the video stream of a camera developed with PSDK?
If you are developing a payload using PSDK 2.2.0+ and MSDK 4.14+, you first need to use the isDJIVideoStreamingChannelAvailable method to confirm whether the video stream format is DJI FORMAT H264 ...
-
Luce Luo created an article,
How does MSDK send and receive data from OSDK?
Send data to OSDK:sendDataToOnboardSDKDevice receive date from OSDK:setOnboardSDKDeviceDataCallback