Quentin Arnaud
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by Quentin Arnaud-
To be more clear, we actually use the autoFocus mode to set the focus on a point. So we double tap on our screen, and we call the auto focus mode to set the focus on this point. After that we don't...
-
Hello,So basically, we use the RingValue to display the focus distance in our application. To do this, we check the RingValue of the camera, given by the DJI key "DJIKeyInfo<Integer> KeyCameraFocus...
-
it's not really an error, so there is no error in the code.In fact we use the manual focus mode and we display the RingValue on our application. However, by doing nothing, it happens that the drone...
-
I am using the msdk. I am using the KeyCameraFocusMode to set the manual mode.
-
I noticed that if I stay on DJI Pilot, it doesn't disconnect us. What's happening in the background of the app that keeps the connection to the RTK service?
-
We have identified the problem. In fact, we are able to use RTK, and we are monitoring a listener that tells us whether we are using RTK or not. However, we have noticed that this listener is const...
-
Hello, I would like to restart this conversation because by using the RTK, via the customizer network, on my app, I realized that after a certain time (around 10 minutes) the RTK disconnected all a...
-
Thank you for the response, indeed this does not seem to be due to the fact that another app is running in the background. However, we still notice this error many times and it also impacts the lon...
-
If you use an app and another app is running in the background, which you have not manually stopped, and both apps use the same SDK, they may conflict. For example, consider using “AppA” and previo...
-
I use the M300 and the M350.But actually to be more clear about my use of RTK, I would just like to implement something that allows me to check whether or not RTK is in use (whether with a mobile s...