cpraschl
lvl.2
Austria
Offline
|
Hi everyone!
I am currently working in a project, where we use two M30T, a M300 and a Mavic 2 Enterprise Thermal (M2EA).For the project we need the exact drone position, when evaluating the video data.
To do so, we are using the SRT files created by the drones.
Unfortunately, we have recognized that the GPS accuracy within the SRT files varies from drone to drone.
The M300 and M2EA log coordinates with 6 digits, which is fine for our use case.
Compared to that our M30T drones are only logging coordinates with 5 digits, which is unfortunately not enough for our use case.
Is there any possible to configure the digits?
Below you can find exemplarily entries of each drone's SRT file.
M2EA:
1
00:00:00,000 --> 00:00:00,033
<font size="36">FrameCnt: 1, DiffTime: 33ms
2022-04-26 07:31:20,106,409
[color_md : default] [latitude: 48.398149] [longtitude: 14.437132] [rel_alt: 13.818 abs_alt: 577.824] [Drone: Yaw:0.6, Pitch:-1.2, Roll:-10.7] </font>
M30T:
1
00:00:28,628 --> 00:00:28,662
<font size="28">FrameCnt: 859, DiffTime: 34ms
2022-09-12 11:56:31.304
[focal_len: 40.00] [dzoom_ratio: 1.00], [latitude: 48.36793] [longitude: 14.51061] [rel_alt: 23.131 abs_alt: 522.435] [gb_yaw: -85.3 gb_pitch: -99.1 gb_roll: 0.0] </font>
M300:
1
00:00:00,000 --> 00:00:00,033
<font size="28">FrameCnt: 1, DiffTime: 33ms
2022-05-24 08:12:19.056
[iso: 120] [shutter: 1/400.0] [fnum: 1.0] [ev: 0] [focal_len: 58.00] [dzoom: 1.00]
[latitude: 46.782160] [longitude: 13.733278] [rel_alt: 64.232 abs_alt: 888.275]
[drone_speedx: 0.0 drone_speedy: 0.0 drone_speedz: 0.0]
[drone_yaw: 0.1 drone_pitch: 0.0 drone_roll: -0.1]
[gb_yaw: -4.3 gb_pitch: -90.0 gb_roll: 0.0]
0
[ae_meter_md : 0] [dzoom_ratio: 10000, delta:0] [color_md : default] [ct : 5000]
</font>
Best regards,
Christoph
|
|