timeShiftTable {camtrapR} | R Documentation |
Sample camera trap time shift table
Description
Sample camera trap time shift table
Usage
data(timeShiftTable)
Format
A data frame with 2 rows and 4 variables
Details
If image Exif metadata timestamps are wrong systematically (e.g. because camera system time was not set after changing batteries), it can be corrected using a data.frame
in the following format using function timeShiftImages
. For details on data format, please see timeShiftImages
.
The variables are as follows:
Station | Camera trap station ID |
camera | Camera trap ID (optional) |
timeshift | time shift amount to be applied |
sign | direction of time shift |
[Package camtrapR version 2.3.0 Index]