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
Just putting some thoughts here to discuss this week about how analysis of Proofmode data + JPEG EXIF Data can tell if the photo had proof "auto generated" vs manually, as well as if the photo or video was taken on the phone vs downloaded from elsewhere
the timestamps of the proof generation, the file system last modified captured in the proof csv, and the EXIF created / modified date and GPSDateStamp are all within some minimum of time, i.e. 1 minute
the path of the media file is in a typical "capture" path vs a download path or an application folder on storage
the EXIF fields that contain information about the camera (Make/Model/Software) correspond with the information about the device captured by ProofMode
GPS location data captured in the EXIF roughly match those in the Proofmode data
Compare sensor noise between series of "Identity Photos" and captured photo (goes back to CameraV technique)
The text was updated successfully, but these errors were encountered:
- added JSON support for #99
- ensured subfolders will work for #98
- added flag for autogenerated vs manual generated proof for #100
- made changes in batch/bulk proof generation to deal with potential race conditions
Point number 2 about the path might not really make sense in some cases since the user can move files to other directories, for example, a file downloaded from the internet in the Downloads directory and moved to the Public Pictures directory.
Point 3 can work a little easy if we use the ExifInterface and we compare the necessary values gotten from the tags. Point 4 will also work from this.
Just putting some thoughts here to discuss this week about how analysis of Proofmode data + JPEG EXIF Data can tell if the photo had proof "auto generated" vs manually, as well as if the photo or video was taken on the phone vs downloaded from elsewhere
The text was updated successfully, but these errors were encountered: