-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mavic 3t clarification #453
Comments
Agent comment from SHENRONG.LE in Zendesk ticket #123252: The provided code cannot show that the length of the available CameraList has always been 0 Firstly, it is recommended to use sample code to test multiple video streams in the testing tool. It should be noted that for Mavic 3T, an available CameraList length of 1 is normal. It only has one camera, but there are three types of lenses: wide-angle, zoom, and infrared. Hope our solution can help you. Thank you for your email and wish you a happy life! °°° |
Hi. Thanks a lot for this detailed answer. Could you please also clarify regrading matrice 30t? (Is there only 1 camera too and multiple lenses? What about fpv camera?). Thank you in advance! |
Agent comment from SHENRONG.LE in Zendesk ticket #123252: M30T models do not have FPV mode support. Hope our solution can help you. Thank you for your email and wish you a happy life! °°° |
Hi, thanks for your answer
Could you please clarify? It has fpv camera, but hasn´t support?? Thank you |
Agent comment from SHENRONG.LE in Zendesk ticket #123252: I'm sorry, the answer was incorrect. This is where FPV data can be obtained. Can you describe the latest problem you encountered? Hope our solution can help you. Thank you for your email and wish you a happy life! °°° |
Background. I do have m3t on my desk but don't have matrice 30t...But my soft should work on both m3t and matrice 30t. That's why I'm asking you. Thanks in advance |
Agent comment from SHENRONG.LE in Zendesk ticket #123252:
Hope our solution can help you. Thank you for your email and wish you a happy life! °°° |
Hi, Thanks |
Agent comment from SHENRONG.LE in Zendesk ticket #123252: Yes, Matrice 30T has two cameras. In the onAvailableCameraUpdated method, the available CameraList should contain information about these two cameras. According to the custom camera parameters of M30T, it includes telephoto lens and wide-angle lens. Hope our solution can help you. Thank you for your email and wish you a happy life! °°° |
Hi, could you please clarify, dji sdk 5.11.0, availableCameraList is always either 0 or 1.
(pilot 2 sees all the cameras).
What could be a problem with this?
Thank you
++ MediaDataCenter.getInstance().getCameraStreamManager().addAvailableCam
eraUpdatedListener(new ICameraStreamManager.AvailableCameraUpdatedListener() {
++
++ @OverRide
++ public void onAvailableCameraUpdated(@nonnull List availableCameraList) {
++ Log.i(TAG, availableCameraList + "");
++ //MediaDataCenter.getInstance().getCameraStreamManager().putCa
meraStreamSurface(0);
++ }
++ });
The text was updated successfully, but these errors were encountered: