Hi Nielson,
Thank you so much for giving me your feedback on LynxAutomator!
LynxAutomator works by modifying the DateTimeOriginal and DateTimeDigitized fields of the pictures, not the CreateDate. I believe Wildlife Insight uses the information from DateTimeOriginal. Did you test how the images behave using CreateDate or DateTimeOriginal on Wildlife Insights?
If necessary, I could configure LynxAutomator also to change the CreateDate when I have time.
Thanks again for the feedback! 😊
The images on Wildlife Insights seem to behave perfectly after I applied date corrections to the CreateDate field. They now show the correct date and time in the "Date Taken" field when I click on them to view metadata.
In fact, no DateTimeOriginal field is returned when using the exif_read() function (exiftoolr package) to extract metadata from videos. Instead, I found the DateTimeOriginal field only in image files.
Recently, I had to process a large number of videos to extract images and upload them to Wildlife Insights. As a result, I created an R package to extract images from camera trap videos. Please give it a try:
https://dlizcano.github.io/photoextractor
It is not yet available on CRAN, so you can install it from GitHub using:
devtools::install_github("dlizcano/photoextractor")
Any comments or bug reports would be greatly appreciated.