well like i said before it was working and then all of a sudden it was not. So i am not sure going thru the tutorial will help. I will definately give a try though. I have already completely uninstalled it and reinstalled it multiple times.
Can you post here a flying log from your Mini 3? I do not have one.Hello Zeusfl,
try to use your Data-Profiles with my Mini3Pro.
Not working correct with the Mini 3 csv that Airdata creates
Are you so kind and adjust the Profile for the Mini 3 Pro.
Greetings and stay healthy
First thank you for your engagement.Can you post here a flying log from your Mini 3? I do not have one.
Perfect !! Thanks !!First thank you for your engagement.
I attached the airdata output file.
Have to rename csv to txt cause the forum denied the csv format.
Hope that this file can help you and all Mini 3 Pro users to get Dashware run flawless.
Greetings from Germany
Thanks, i will try this xml and look what happend.Ok, I have resolved your problem. Use these file.
DJI Mavic MM-MA2-M2P-M3-Mini3.xml
drive.google.com
Do not use those dashboards. Use the one i created for the Mavic3I try your XML like explained in the Vid.
Sadly all Variables seems to be Static or Empty.
See the Screenshot in the Attachment.
I think im a totally Dashware-Dumbass![]()
If all you have is a video mp4 without any audio, not sure that silent audio tracking is necessary.Is better to overlap all the video first and them cut the parts you don't need. Also you can add a silence audio track with FFmpg.
You can create a .BAT file with this code:
@Echo off
set ffmpeg="C:\Program Files\FFmpeg\bin\ffmpeg.exe"
set audio_duration=1800
echo FFmpeg Add Audio Track
echo.
echo Creating silent MP3 file...
%ffmpeg% -y -f lavfi -i anullsrc=r=44100:cl=mono -t %audio_duration% -q:a 9 -acodec libmp3lame silent_audio.mp3
echo.
for %%f in (*.mp4) do (
echo Processing: %%f
%ffmpeg% -y -i "%%f" -i silent_audio.mp3 -c copy -shortest -map 0:v:0 -map 1:a:0 "%%~nf_audio.mp4"
echo.
)
echo.
echo Press any key to close...
pause > nul
Then run the .bat next to the video file and will add a silence audio track. Download FFmpeg
for defect, the codec looks for audio files and if does not exist will give you an error.If all you have is a video mp4 without any audio, not sure that silent audio tracking is necessary.
I think csvview will export to gpx, kml. Or am I remembering right? Or is it datcon?Checking your video,
The very original Flying Log file is in a TXT file (from your device) but is kind of encrypted. Airdata process that TXT file and allow you to download it as CSV (that is what you need for dashware), KML (usable for Google Earth), GPX, or Original.
Again I will try to make a video soon to explain better since I am at work now.
We use essential cookies to make this site work, and optional cookies to enhance your experience.