- Joined
- Dec 17, 2018
- Messages
- 1
- Reactions
- 0
I'm trying to make the most accurate 3D geo referenced maps as possible, so I tried shooting in DNG would be good idea to squeeze out just a bit more accuracy. The problem was Pix4D and WebODM do not handle DNG. So then I converted to TIFF and JPG. The TIFFS created lacked the GPS info (might have used wrong conversion tool). The JPGs worked, in both Pix4D and WebODM. However, I found that when you shoot in DNG you get a barrel distortion caused by the lens that is not correct for. I'm working in Ubuntu LINUX, and want to remove the distortion with a tool like:
convert orig.jpg -distort barrel '0.06335 -0.18432 -0.13009' undistorted.jpg
The above example uses parameters from a GoPro camera, but I need to find the right parameter settings for the Mavic 2 Pro. Any ideas?
Thanks!
convert orig.jpg -distort barrel '0.06335 -0.18432 -0.13009' undistorted.jpg
The above example uses parameters from a GoPro camera, but I need to find the right parameter settings for the Mavic 2 Pro. Any ideas?
Thanks!