Currently to get a date-time stamp on a photo attachment in Collector we have to use a third party app to date stamp the image. The image must then be saved to the mobile device. It can then be added as an attachment in Collector.It would be helpful to have the option to add the date-time stamp to photo attachments directly from Collector. This would streamline field data collection.
Hello Barry,
Thank you for submitting this idea. Is it just a timestamp that you'd like to include on the photo, or other information as well? Does the photo's EXIF data include the timestamp for possible post-processing?
Others,
When voting for this idea, consider commenting to share your thoughts or alternate workflows where this functionality would help.
Thanks,
Scott
We periodically inspect and photograph. Currently, the fieldworker can view past photos, but has no way to tell if they are from yesterday or two years prior. Short of scripting a program to burn the creation date into the JPG, there is no way for the fieldworker to determine when past JPGS were attached.
We have a field worker go to the field and take photos of the status of buildings (new construction) or additions to buildings as they are being built for purposes of assessing the value at a particular time. Instead of taking the photos in a phone where sometimes the user forgets to turn on the timestamp, downloading them back in the office and then trying to make sense of which photos go to which locations, I was hoping to use Collector. I have a script that copies the new attachments to folders based on their parcel number and was hoping this would save a lot of time and confusion. After developing this, of course, I was told that they need a date stamp on the photo...
Have you tried Survey123? You can auto populate a time field based on an action, such as uploading a new photo to the survey. You could also include a geolocation question within the survey to help give the location of the photo directly.
This would be useful for our organization as well. We use photos and Collector for verification of meter installations. An automatic date/time stamp would save us time by not having to input a manual entry into Collector. Dreaming big here but the ability to add a station id to the photo would at least give you the ability to utilize historical photos if a relationship was broken.
I'm building workflow in Geocortex for pictures that were taken in the field using the Collector app. Our users want to be able to cycle through the photos in the order in which they were taken, but since the ATTACH table which contains the photos doesn't have date/time info they just seem to be random and we can't show them in order. I would love to see this implemented!
Barry Williams ,Im curious to know about the third party app that you use to time stamp the photos currently in Collector
For Android we use AngleCam Lite
This is an often requested feature for our Code Enforcement Officers. All of their photos taken with cases are required to have a timestamp to be admissible into court as evidence. As of now, they take photos using the free Timestamp Camera app from the iOS App Store. They then have to one-by-one attach the photos to the case in Collector. I really hope this option is implemented soon. It would save a lot of time, both in the field and back in office. The timestamps should just be the date and time, not a location due to potential poor GPS accuracy that could say the photo was across the street or on the next door property. The ability to have a black background to make the text stand out from the rest of the photo is a must as well.
We need this ability too for photo documenting sewer and stormwater features. We used to use a Trimble Geo7x that would timestamp our photos. We have since done a complete GIS overhaul that included switching to Collector for our GPS work.
Oh NO!! is this really not implemented yet?
State Historic Preservation Offices require a time and date stamp on all photos for consulting parties during the Section 106 process. This is a must or we can't use collector...
Is there any update on this? Still trying to find a solution.
Please update FieldMaps to include date taken/date modified. EXIF data don't pull into ArcGIS reports - and I'm not sure how to dig that out of attachments in a MS Report Builder, either.
We have some users that would like to timestamp their photos in Collector so that when they view the photo they can see when the photo was taken.
I am currently able to find the date/time stamp once I export the photos from Collector onto my computer, but not from within Collector. Since the field staff only work within the Collector app, it is important for them to see the date/time stamp on their end. Please implement this, ESRI!
We ended up just using a third party app on our ipads to mark the photos after they've been taken. It's definitely not ideal, but works ok for us for the time being.
Please ESRI! It's been eight years.
I don't know if this will help anyone. I haven't tested it out recently, but I have used the tool below to batch export images.
https://support.esri.com/en-us/knowledge-base/how-to-batch-export-attachments-from-a-feature-class-in-000017450
I have then used this Powershell script to append the date the image was taken to the end of the image name.
$shell = New-Object -ComObject shell.application$usCulture = [Globalization.CultureInfo]'en-US'Get-ChildItem | ForEach{$folder = $shell.NameSpace($_.DirectoryName)$RawDate = ($folder.GetDetailsOf($folder.ParseName($_.Name),12) -Replace "[^\w /:]")$datetime = [DateTime]::Parse($RawDate,$usCulture)$DateTaken = $datetime.ToString("MM-dd-yyyy")Rename-Item $_.FullName ($_.BaseName + "_" + $DateTaken + $_.Extension)}
Has anyone found a way to add a timestamp to a photo attachment in Field Maps without using a third-party app?
Connectez-vous pour publier, suivre du contenu, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.