I am running all examples to understand the package. I have been trying both approaches: via drag and drop of images and metadata tagging (using digikam) but I am getting an error message. For example when I use checkSpeciesIdentification () and recordTable () functions:
> checkFolders <- checkSpeciesIdentification(inDir = directory_images_renamed, IDfrom = "metadata", hasCameraFolders = F, maxDeltaTime = 120)
Error in checkSpeciesIdentification(inDir = directory_images_renamed, :
'metadataSpeciesTag' must be defined if IDfrom = 'metadata'
I used
> exifTagNames(directory_images_renamed, returnMetadata = T)
and I got metadata where tag for species seems to be recognized:
[69] "[XMP] Tags List : Species/Agouti"
[70] "[XMP] Last Keyword XMP : Species/Agouti"
[71] "[XMP] Hierarchical Subject : Species|Agouti"
[72] "[XMP] Catalog Sets : Species|Agouti"
[73] "[XMP] Subject
In addition, I noted something: Vignette says "To update the image metadata with your new tag structure (and to populate the image metadata tag “HierarchicalSubject” that camtrapR reads), select the images, click the “More” button in the bottom right corner of the screen, then “Write metadata to each file”." But I did not see the button Write metadata to each file, active (I attache image file).
I do not know what I am doing wrong. I hope you can help me.
Best,