Hi all.
I was able, in iPhone os 3, to get EXIF dictionary with PLCameraController and with
-(void)cameraController:(id)sender tookPicture:(UIImage*)picture withPreview:(UIImage*)preview jpegData:(NSData*)rawData imageProperties:(id)imageProperties {
but now in os 4 my app doesn't call this function, and I can not get imageProperties.
How can I get imageProperties in os 4 such as ISO number, F-number etc. I am getting picture with my camera with 3gs. I don't want to save them anywhere.