ANE-CameraRoll
ANE-CameraRoll copied to clipboard
Time is zero
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.
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.
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.