Quentin Arnaud
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Quentin Arnaud-
Quentin Arnaud commented,
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...
-
Quentin Arnaud commented,
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...
-
Quentin Arnaud commented,
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...
-
Quentin Arnaud commented,
I am using the msdk. I am using the KeyCameraFocusMode to set the manual mode.
-
Quentin Arnaud created a post,
Unexpected Focus Shift in Manual Focus Mode on DJI Drone
Hello, We are experiencing an issue with our DJI drone where the focus unexpectedly shifts even though we are in Manual Focus mode and have not made any adjustments. This behavior disrupts our shot...
-
Quentin Arnaud commented,
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?
-
Quentin Arnaud commented,
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...
-
Quentin Arnaud commented,
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...
-
Quentin Arnaud commented,
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...
-
Quentin Arnaud commented,
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...