phantom-decoder icon indicating copy to clipboard operation
phantom-decoder copied to clipboard

Decoder for Phantom 4 txt Flight Logs from DJI Go app.

Results 6 phantom-decoder issues
Sort by recently updated
recently updated
newest added

``` python /***/***/***/phantom-decoder-master/txt2csv.py /***/***/***/DJIFlightRecord_2020-09-**_\[17-**-**\].txt File "/***/***/***/phantom-decoder-master/txt2csv.py", line 106 print sys.argv[1] ^ SyntaxError: Missing parentheses in call to 'print' ```

Loading C:\Users\ASUS\Desktop\kk\phantom-decoder-master\phantom-decoder-master\DJIFlightRecord_2019-11-26_[09-38-07].txt Traceback (most recent call last): File "txt2csv.py", line 118, in frames = decoder.decode_file(path) File "C:\Users\ASUS\Desktop\kk\phantom-decoder-master\phantom-decoder-master\decoder.py", line 307, in decode_file frame_type = ord(body[i]) TypeError: ord() expected string of length...

File "txt2csv.py", line 106 print sys.argv[1] SyntaxError: invalid syntax File "txt2csv.py", line 110 print "Please supply the path of the DJI Flight Log .txt file to convert" ^ SyntaxError: invalid...

Any chance this script could be updated for the new encryption format? DJILogs/HealthyDrone seem to be doing it fine. cheers

Make it python3 compatible. (It's still python2 compatible, with a monkey patch)