Skip to content

Delayed FPV Feed Initialization with DJI Mini 4 Pro Using SDK 5.13 #531

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

Open
mitchrsm opened this issue Mar 21, 2025 · 0 comments
Open

Delayed FPV Feed Initialization with DJI Mini 4 Pro Using SDK 5.13 #531

mitchrsm opened this issue Mar 21, 2025 · 0 comments

Comments

@mitchrsm
Copy link

Issue

When using the DJI SDK 5.13 sample code with a DJI Mini 4 Pro, there is a noticeable delay of approximately 7-13 seconds before the FPV video feed appears on the first entry into the "Default Layout" activity. If you exit the activity and re-enter it, the feed starts instantaneously, suggesting an issue with the initial drone connection or stream negotiation. In contrast, the same code with a DJI Mini 3 Pro displays the feed almost instantly every time, including the first entry.

Environment

SDK Version: 5.13
Device: DJI Mini 4 Pro
Comparison Device: DJI Mini 3 Pro
App: DJI SDK sample code
OS: Android 14

Steps to Reproduce

Build and run the DJI SDK 5.13 sample app.
Connect a DJI Mini 4 Pro and its remote via USB.
Launch the "Default Layout" activity.
Observe the time from activity launch to when the FPV feed appears.
Exit the "Default Layout" activity and re-enter it to compare the feed start time.
Repeat the process with a DJI Mini 3 Pro for comparison.
Expected Behavior

The FPV feed should appear almost instantly (<1 second) after launching the "Default Layout" activity, as observed with the Mini 3 Pro, both on first entry and subsequent entries.

Actual Behavior

With the Mini 4 Pro, the FPV feed takes 7-13 seconds to appear on the first entry into the "Default Layout" activity. On subsequent entries (after exiting and re-entering), the feed starts instantaneously. With the Mini 3 Pro, the feed is instant every time, including the first entry.

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

1 participant