You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this error while testing the package for a project:
flts_info <- uas_info(img_dirs, cache = TRUE)
Error in if (!quiet && sum(exif_df$sensor_width) == 0) message(yellow(" - Sensor size not available for this camera")) :
missing value where TRUE/FALSE needed
After a bit of testing, it was due to a video file in the folder. Deleted the video file and it ran fine after that. Not a big issue, but if you have a chance, you could probably add a quick fix to prevent video files from being analyzed.
The text was updated successfully, but these errors were encountered:
Got this error while testing the package for a project:
After a bit of testing, it was due to a video file in the folder. Deleted the video file and it ran fine after that. Not a big issue, but if you have a chance, you could probably add a quick fix to prevent video files from being analyzed.
The text was updated successfully, but these errors were encountered: