iOS - Take Picture without prompting...

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
hoburne
Posts: 40
Joined: Tue Oct 04, 2011 11:13 am

iOS - Take Picture without prompting...

Post by hoburne » Thu Jan 05, 2012 4:54 pm

Hi,

I have been looking at the iPhonePickPhoto command and wondered if there is a way to take a picture (using either camera) without using the built in camera interface.

I have been using:

Code: Select all

mobilePickPhoto "front camera" 300, 300

I need to be able to take a picture without prompting.

Any pointers?

Thanks!

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: iOS - Take Picture without prompting...

Post by monte » Wed Jan 25, 2012 12:04 am

I think it would be possible via an external. With AVFoundation you don't have to display the preview.
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

Post Reply