Sony saves lens distortion parameters as a list of numbers, for example: LensDistortion Table: {"unk1":[30000000,20197756],"unk2":0,"unk3":200.0,"unk4":[770,1534,2287,3022,3737,4423,5082,5706,6297,6852]}
These numbers can be used to undistort the video instead of a lens profile (this is what Catalyst Browse does).
The problem is to figure out how to use these numbers to undistort the image.
When plotted it looks like this:

gyro2bb --dump Sony_file.mp4 | grep LensDistortion can be used to dump these values from a file
https://github.com/AdrianEddy/telemetry-parser/releases
Sony saves lens distortion parameters as a list of numbers, for example:
LensDistortion Table: {"unk1":[30000000,20197756],"unk2":0,"unk3":200.0,"unk4":[770,1534,2287,3022,3737,4423,5082,5706,6297,6852]}These numbers can be used to undistort the video instead of a lens profile (this is what Catalyst Browse does).
The problem is to figure out how to use these numbers to undistort the image.
When plotted it looks like this:

gyro2bb --dump Sony_file.mp4 | grep LensDistortioncan be used to dump these values from a filehttps://github.com/AdrianEddy/telemetry-parser/releases