From @GeoCONeXion on Tue Nov 14 2017 04:18:15 GMT+0000 (UTC)
In one web page I read this:
“As of the December 2015 firmware releases DJI changed their JPG metadata format to use the GPS derived altitude instead of the relative barometric altimeter reading they had used previously. This is good news for general purpose geotagging since the above sea level number is now reflected. This is very bad news for users that are trying to use photogrammetry to accurately reconstruct a scene because the GPS derived altitude is notoriously noisy and unreliable.”
Open Drone Map have this in count, went ODM used the exif data?.
I did several flights in the same project and postproces this fotos with the ODM it take the elevation of the Exif data. I takeoff in the same place with the same elevation for each flight. Some times this elevation can have more than 15 meter of change betwen one flight to other in the Exif GPS elevation data. Is in the case of I did several flights in the same project.
What do you say about???
Copied from original issue: What happens to the difference in the elevation of the Exif data? If I did several flights in the same project. · Issue #711 · OpenDroneMap/ODM · GitHub
From @pierotofy on Tue Nov 14 2017 17:46:10 GMT+0000 (UTC)
You need to use GCPs if accuracy is important.
From @GeoCONeXion on Tue Nov 14 2017 22:01:13 GMT+0000 (UTC)
@pierotofy Yes, I know that. But it is not the point. NOT exist the way for the ODM know if the project have more then one flight. Or Yes? Or Is not the priority for the ODM? Or only can postproces project with one flight.
For example look this .las file, it have this curve form for this problem, it made with 4 flights and exif data.
From @pierotofy on Tue Nov 14 2017 22:41:57 GMT+0000 (UTC)
ODM at the moment has no way to know if a project has more than one flight. Would be an interesting concept to explore, however.
You shouldn’t process all flights separately. If there are too many images to process all at once, keep an eye on the split-merge
branch of the project for updates on processing very large datasets.
From @dakotabenjamin on Tue Nov 28 2017 17:18:37 GMT+0000 (UTC)
The scene warping is likely a camera issue. If you’re using DJI, those cameras have large amounts of distortion. Try running camera calibration using this script: GitHub - dakotabenjamin/CameraCalibration