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

DJI *.srt new feature #25

Open
Rufics opened this issue Jun 12, 2023 · 3 comments
Open

DJI *.srt new feature #25

Rufics opened this issue Jun 12, 2023 · 3 comments

Comments

@Rufics
Copy link

Rufics commented Jun 12, 2023

Hi, will gyroflow work with DJI *.srt files? If this data is useful, I will be happy to write the code for this part.

@AdrianEddy
Copy link
Owner

What's in these files? Do you have a sample?

@Rufics Rufics changed the title DJI *.rst new feature DJI *.srt new feature Jun 12, 2023
@Rufics
Copy link
Author

Rufics commented Jun 12, 2023

Sorry, I made a mistake in the name, it will be *.srt correctly. This is a telemetry file from dji 2nd and 3rd generation drones.
Creates a text file with flight data. Here is an example of a file, and immediately its text version:

1
00:00:00,000 --> 00:00:00,033
<font size="28">SrtCnt : 1, DiffTime : 33ms
2023-06-05 19:46:33.590
[iso : 370] [shutter : 1/30.0] [fnum : 170] [ev : 0.7] [ct : 5816] [color_md : default] [focal_len : 240] [dzoom_ratio: 10000, delta:0],[latitude: 51.085609] [longitude: 17.077633] [rel_alt: 46.000 abs_alt: 119.811] </font>

2
00:00:00,033 --> 00:00:00,067
<font size="28">SrtCnt : 2, DiffTime : 34ms
2023-06-05 19:46:33.624
[iso : 370] [shutter : 1/30.0] [fnum : 170] [ev : 0.7] [ct : 5816] [color_md : default] [focal_len : 240] [dzoom_ratio: 10000, delta:0],[latitude: 51.085609] [longitude: 17.077633] [rel_alt: 46.000 abs_alt: 119.811] </font>

3
00:00:00,067 --> 00:00:00,100
<font size="28">SrtCnt : 3, DiffTime : 33ms
2023-06-05 19:46:33.657
[iso : 370] [shutter : 1/30.0] [fnum : 170] [ev : 0.7] [ct : 5813] [color_md : default] [focal_len : 240] [dzoom_ratio: 10000, delta:0],[latitude: 51.085609] [longitude: 17.077633] [rel_alt: 46.000 abs_alt: 119.811] </font>

I also give an example of a site that can visualize this: https://djitelemetryoverlay.com/srt-viewer/.
I think that these additional data can be used in the same way as with gopro. But I noticed that without smoothing in entry-level drones, the data is not very accurate.

DJI_0004.zip

@AdrianEddy
Copy link
Owner

well it is telemetry so it's in scope of telemetry-parser. If you want to write a parser for it, then feel free, I'll accept a PR.
But in terms of Gyroflow, it's not useful for stabilization, because it's too low frequency, and it doesn't have camera angles

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