Mods for Garmin 55

As far as I know ther should be a readw command?
Maybe try something like
readw 0xA07E7559 > c:\reads.txt
This should store the current bitrate in the file if the address is correct?
This is also one of the methods for checking addresses of offsets and values...
Checking the offsets for the Thieye T5 camera example:
Code:
#Bitrate VIDEO ThiEYE T5&T5e_V5.1 (180419) & (180515)
#4K Bitrate 100Mbit [0x42C8]
#80Mbit
readw 0xA0574032 > c:\reads_A0574032.txt
#1080p 60fps 60Mbit
readw 0xA05742D2 > c:\reads_A05742D2.txt
The result is attached below...
 

Attachments

  • reads_A05742D2.txt
    7 bytes · Views: 3
  • reads_A0574032.txt
    7 bytes · Views: 0
This is also one of the methods for checking addresses of offsets and values...
Checking the offsets for the Thieye T5 camera example:
Code:
#Bitrate VIDEO ThiEYE T5&T5e_V5.1 (180419) & (180515)
#4K Bitrate 100Mbit [0x42C8]
#80Mbit
readw 0xA0574032 > c:\reads_A0574032.txt
#1080p 60fps 60Mbit
readw 0xA05742D2 > c:\reads_A05742D2.txt
The result is attached below...
I was trying to do something similar but it looks like the latest firmware ignores autoexec.ash...
 
Thread starter Similar threads Forum Replies Date
O Firmware Modifications 0
Back
Top