I was wondering if somebody could help me out with creating a simple code that when a button is pressed it simply takes a photo.
I am working on a App.
Taking a photo (Iphone)
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Taking a photo (Iphone)
I can't help, but I just want to make sure you're not trying to use a volume button to do this. It's against the terms of the iOS SDK, for some inane reason.
Re: Taking a photo (Iphone)
Hi Bucky,
why does noone ever seem to read the read me and/or release notes???
Menu: Help -> iOS Release Notes (page 17):
...
Photo Picking Support
You can hook into the iPhone's native photo picker by using iPhonePickPhoto source, [ maxwidth, [ maxheight ] ]
Here source is one of:
• • •
library – the photo is taken from the device's photo library
camera – the photo is taken using the device's camera
album – the photo is taken from the device's recent camera roll
The maxwidth and maxheight parameters constrain the maximum size of an image.
The chosen image will be scaled down proportionally to fit within the size specified.
If either size specified is 0, then the parameter is ignored.
...
Best
Klaus
P.S.
I will move this thread tot he iOS forum now.
why does noone ever seem to read the read me and/or release notes???
Menu: Help -> iOS Release Notes (page 17):
...
Photo Picking Support
You can hook into the iPhone's native photo picker by using iPhonePickPhoto source, [ maxwidth, [ maxheight ] ]
Here source is one of:
• • •
library – the photo is taken from the device's photo library
camera – the photo is taken using the device's camera
album – the photo is taken from the device's recent camera roll
The maxwidth and maxheight parameters constrain the maximum size of an image.
The chosen image will be scaled down proportionally to fit within the size specified.
If either size specified is 0, then the parameter is ignored.
...
Best
Klaus
P.S.
I will move this thread tot he iOS forum now.
Re: Taking a photo (Iphone)
Cool, but unfortunately i am using a trial version and i guess it doesn't allow me to click and view on the iOS Release notes.
Re: Taking a photo (Iphone)
Hi Bucky,
The trial version is limited in some aspects but definitively NOT in viewing any documentation!
Best
Klaus
Please try it instead of guessing!Bucky wrote:Cool, but unfortunately i am using a trial version and i guess it doesn't allow me to click and view on the iOS Release notes.
The trial version is limited in some aspects but definitively NOT in viewing any documentation!
Best
Klaus