
Hello
I have a DJI drone and I can retrieve telemetry data from a flight. There is one piece of information per image.
I would like to display the flight altitude on my drone videos, for example.
I followed a tutorial on YouTube:
I'm a beginner on fusion, the video goes pretty fast.
I managed to make a gauge, but I can't link it to a data table.
The data table is easily accessible.
But the indications in fusion remain red and the dynamic indications do not change.
In this video, it is described that you need to make a Lua table containing the dynamic data you want to display.
I have the impression that this table is poorly structured.
altitude2.txt :
(7549 values)
Can you tell me what you think, thank you.
I have a DJI drone and I can retrieve telemetry data from a flight. There is one piece of information per image.
I would like to display the flight altitude on my drone videos, for example.
I followed a tutorial on YouTube:

I'm a beginner on fusion, the video goes pretty fast.
I managed to make a gauge, but I can't link it to a data table.
The data table is easily accessible.
- Code: Select all
E:\OneDrive - Conseil régional Grand Est - Numérique Educatif\MesDocs\Blackmagic Design\DaVinci Resolve\Fusion\Textdata\altitude2.txt
- Code: Select all
: array = assert(bmd.readstring(io.open(comp:MapPath("Comp:/Textdata/altitude2.txt"), "r"):read("*all"))); i = table.getn(array); sek = time+1; if sek <= i then return array[sek]; else return "No more data"; end
But the indications in fusion remain red and the dynamic indications do not change.
In this video, it is described that you need to make a Lua table containing the dynamic data you want to display.
I have the impression that this table is poorly structured.
altitude2.txt :
- Code: Select all
{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 4, 4, 5, 5, 6, 7, 7, 8, 8, 9, 10, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37}
(7549 values)
Can you tell me what you think, thank you.
- Attachments
-
- Capture d'écran 2025-06-04 103521.jpg (471.03 KiB) Viewed 2764 times
PC Windows 11 Pro, CM ASUSTeK ROG STRIX B650E-E, CPU: AMD Ryzen 9 7950X3D, RAM: 64Go, GPU AMD Radeon RX 7800 XT 16.0 Go VRAM
Samsung Odyssey G93SC OLED 5120x1440
Samsung Odyssey G93SC OLED 5120x1440