Learn R Programming

uavRmp (version 0.6.2)

fixGPSAlt: fixGPSAlt

Description

fixes broken GPS altitudes in the exif data of DJI images with the given differen value

Usage

fixGPSAlt(path, diff, camType = "YUN")

Arguments

path

character path to the images

diff

number fixing value in meter

camType

character default is "YUN" for Yuneec H520RTK alternative is "DJI"

Examples

Run this code
if (FALSE) {

picFN <- system.file("extdata", "dji.jpg", package = "uavRmp")

}

Run the code above in your browser using DataLab