getEXIFData: extract EXIF data

Description Usage Arguments Value

View source: R/base_functions.R

Description

get EXIF data from image and video files in a given directory

Usage

1
2
getEXIFData(EXIFDir = getwd(), tz = Sys.timezone(), offset = 0,
  verbose = FALSE)

Arguments

EXIFDir

character, a cameratraps "sd card directory", i.e. a directory where camera trap files are stored.

tz

character, see OlsonNames: a valit time zone designator, will be used ot fix EXIF timestamps accordin ti the time zone where the camera trap operated.

offset

numeric, a time offset in hours (decimal hours) that will be algebtically added to EXIF timestamps. Use with care.

verbose

logical,

Value

a dataframe containing file names (Raw.Names), a timestamp (Photo.Time), the type of file (Photo.Type, and the "camera directory" where each file is stored (Sampling.Event).


dgpreatoni/cameratraps documentation built on Nov. 4, 2019, 10:30 a.m.