DSLR Webcam with Raspberry Pi
DSLR camera as webcam and for timelapse shots with raspberry pi, gphoto2 and imagemagick
Donnerstag, 14. August 2014
show datetime from JPG exif data with php
php-code:
<?php
$exif = exif_read_data('IMAGE.JPG', 'IFD0', 0);
$edate = $exif['DateTime'];
if (strlen($edate) > 0) echo "<h2>Date/Time $edate</h2>";
?>
Keine Kommentare:
Kommentar veröffentlichen
Neuerer Post
Älterer Post
Startseite
Abonnieren
Kommentare zum Post (Atom)
Keine Kommentare:
Kommentar veröffentlichen