ANE-CameraRoll icon indicating copy to clipboard operation
ANE-CameraRoll copied to clipboard

Time is zero

Open chrisvelevitch opened this issue 12 years ago • 2 comments
trafficstars

Of the 55 images I have, only the first 2 images have non-zero time, the rest have times of 0.

I'm using:-

cameraRoll.loadThumbnailPhotoAssets(start, count, CameraRollExtension.LOAD_PHOTO_TYPE_THUMBNAILS);

to get the thumb nails and the metadata so I can show the date and time the image was created.

chrisvelevitch avatar Oct 10 '13 01:10 chrisvelevitch

If I set count to 1 and loop through incrementing the start number, the only the first one returns a non-zero time, all the others return zero time.

chrisvelevitch avatar Oct 10 '13 02:10 chrisvelevitch

Looking at this more, using iPhoto to examine every photo on the iPad, each image has no original date/time, but every image file has a modified date/time. That seems to be the value being returned for those 2 images that have a date/time returned.

chrisvelevitch avatar Oct 10 '13 04:10 chrisvelevitch