Hey All,
Please see gist here: https://gist.github.com/1387224

essentially, I'm trying to save a photo from the AVCaptureSession, I'm
grabbing the output from an AVCaptureStillImageOutput, converting it into a
UIImage and trying to send it to the WriteImageToSavedPhotosAlbum method
on ALAssetLibrary.

The reason for doing this is so I can grab the asset url once it's been
saved (UIImage.SaveToPhotosAlbum works fine but doesn't let me extract the
filename created)

The method is throwing an error Failed to encode image for saved photos.

Does anyone know how to fix this?
I also looked at passing the raw NSData jpeg stream from the
AVCaptureStillImageOutput but can't work out how to get the metadata
NSDictionary to pass through.

Many Thanks
Owen


--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Fwd-WriteImageToSavedPhotosAlbum-problems-saving-from-camera-tp4098733p4098733.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to