wd_images_raw<-'C:/Users/ssjki/OneDrive/Desktop/VervetStudy/testimages'
wd_images_renamed <- 'C:/Users/ssjki/OneDrive/Desktop/VervetStudy/renamed_test'
stationinfo <-read.csv('StationID/StationID.csv')
stationinfo$startdate <- as.Date(stationinfo$startdate)
###fix date and time issue###
fixDateTimeOriginal(inDir=wd_images_raw,
recursive = TRUE)
###image renaming###
renamed <-imageRename(inDir=wd_images_raw,
outDir=wd_images_renamed,
hasCameraFolders= TRUE,
keepCameraSubfolders= TRUE,
copyImages=TRUE)
For context, I have a reconyx hyperfire 2 camera. I do not know the model but I fixed the date and time using the fixDateTimeOriginal function and it still shows this error. I would like to know what this error means and if I am doing something wrong. This is under camtrapR_2.0.3. Thank you so much!
library(devtools)
install_github("jniedballa/camtrapR", ref = "dev")
Please let me know if it works. Also, please be aware that the new development version contains a few other changes, so have a look at the news section.
Best regards,
Jürgen