Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 02-22-2010, 03:56 PM   #7 (permalink)
dr_carmster
Registered Member
 
Join Date: Feb 2010
Location: Rochester, NY
Posts: 11
dr_carmster is on a distinguished road
Default

Quote:
Originally Posted by mohit2305 View Post
First you need to

assign Camera as UIImagePicker Source
then delegate method
then calling a function to open shutter
then take picture
I'm trying to do basically the same thing as the original post. For some reason, when I call takePicture, I can't get at the picture that was captured.

The following method never seems to get called:

Code:
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info{
	printf("Did finish picking with info");
	
	[picker release];
}
Is there something that needs to happen to get this method to be called once the picture is taken? Currently I have the method typed in my code, but that is it. I don't see it being "linked" to anything else.
dr_carmster is offline   Reply With Quote
 

» Advertisements
» Stats
Members: 175,524
Threads: 94,042
Posts: 402,617
Top Poster: BrianSlick (7,978)
Welcome to our newest member, tomokogk47
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 08:50 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.