Skip to content
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

Open
egm108 opened this issue Nov 30, 2024 · 9 comments
Open

mavic 3t clarification #453

egm108 opened this issue Nov 30, 2024 · 9 comments

Comments

@egm108
Copy link

egm108 commented Nov 30, 2024

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);
++ }
++ });

@dji-dev
Copy link
Contributor

dji-dev commented Dec 3, 2024

Agent comment from SHENRONG.LE in Zendesk ticket #123252:

Dear developer,
Hello, thank you for contacting DJI Innovations.

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.
If the example code works, then the user needs to check if they have set up listening after successfully registering MSDK.

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!
Best Regards,
DJI Innovation SDK Technical Support

°°°

@egm108
Copy link
Author

egm108 commented Dec 6, 2024

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!

@dji-dev
Copy link
Contributor

dji-dev commented Dec 9, 2024

Agent comment from SHENRONG.LE in Zendesk ticket #123252:

Dear developer,
Hello, thank you for contacting DJI Innovations.

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!
Best Regards,
DJI Innovation SDK Technical Support

°°°

@egm108
Copy link
Author

egm108 commented Dec 9, 2024

Hi, thanks for your answer

M30T models do not have FPV mode support.

Could you please clarify? It has fpv camera, but hasn´t support??

Thank you

@dji-dev
Copy link
Contributor

dji-dev commented Dec 10, 2024

Agent comment from SHENRONG.LE in Zendesk ticket #123252:

Dear developer,
Hello, thank you for contacting DJI Innovations.

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!
Best Regards,
DJI Innovation SDK Technical Support

°°°

@egm108
Copy link
Author

egm108 commented Dec 10, 2024

Can you describe the latest problem you encountered?

  1. How many cameras will have Matrice 30t? (Here was answered that m3t has 1 camera but 3 lenses zoom, wide, thermal) What about Matrice 30t?
  2. How can I access fpv camera of matrice 30t? Will that be the second camera or some lenses?

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

@dji-dev
Copy link
Contributor

dji-dev commented Dec 11, 2024

Agent comment from SHENRONG.LE in Zendesk ticket #123252:

Dear developer,
Hello, thank you for contacting DJI Innovations.

  1. The M30T has an FPV camera and one camera (zoom, wide-angle, and thermal imaging)
  2. As shown in the screenshot, you need to call the API to use it, which is the second shot on the drone
    https://enterprise.dji.com/cn/matrice-30/specs

Hope our solution can help you. Thank you for your email and wish you a happy life!
Best Regards,
DJI Innovation SDK Technical Support
image.png

°°°

@egm108
Copy link
Author

egm108 commented Dec 11, 2024

Hi,
So, does matrice 30t have 2 cameras in onAvailableCameraUpdated(@nonnull List availableCameraList) ?

Thanks

@dji-dev
Copy link
Contributor

dji-dev commented Dec 11, 2024

Agent comment from SHENRONG.LE in Zendesk ticket #123252:

Dear developer,
Hello, thank you for contacting DJI Innovations.

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!
Best Regards,
DJI Innovation SDK Technical Support

°°°

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants