marcocucinato / Android-DNG-fixdate

Perl script to fix the Timestamp in files created by Android Camera2 DNG API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-DNG-fixdate

Fix the timestamps in DNG files generated by the Android Camera2 API

This is a Perl / ExifTool script to fix the files created by the Android Camera2 DNG API.

the API has a bug, causing the creation Timestamp to be set at the instance creation and not at the image capture time: Issue 157238: Incorrect Date on DNG Images from Camera2 API

I included the Perl source and a W32 executable created with pp (PAR Packager).

For usage instructions, execute the script with -h or --help options.

About

Perl script to fix the Timestamp in files created by Android Camera2 DNG API

License:MIT License


Languages

Language:Perl 100.0%