-
Notifications
You must be signed in to change notification settings - Fork 97
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
Not Receiving Specific Messages in MQTT Subscription #31
Comments
Hi there, I am currently facing the EXACT same problem as you do...Do you managed to find a proper fix for it? Luca |
Gleiches Problem hier... Same Problem here... |
It seems like this is a limitation in the DJI Pilot 2 app. And that such fields are only available when using the DJI Dock system. My question to DJI SDK devs:
We're trying to build monitoring functionality for our H20T camera operations and this information is important for our use case The response: Dear developers, Hello, thank you for contacting DJI Innovation. Yes, by design I hope our solution can help you, thank you for your email, wish you a happy life! Best Regards, |
Description:
I am trying to receive values such as
zoom_factor
andrecording_state
for a Matrice 300 RTK with an H20T camera using the latest DJI Cloud API. Despite subscribing to all possible topics, I am not receiving messages related to changes in zoom factor or camera mode.Configuration:
I have configured my
cloud-sdk
to subscribe to all potential topics:Steps Taken:
Subscribed to the following topics:
Built a custom frontend and monitored messages in the
cloud_api_sample
container.Ensured the device configuration is supposed to push updates on relevant changes.
Problem:
No messages are received when changing the zoom factor or switching the camera mode. I expect to see messages for these events in the subscribed topics but the logs are empty for these specific changes.
Questions:
pushMode=1
for these messages to be sent?Environment:
The text was updated successfully, but these errors were encountered: