Community Questions & Answers
Can camera applications use autofocus?
Hello, I'm looking for a way to use a mobile device's available autofocus feature immediately before taking a photo using takePicture(). I'm having trouble figuring out how to do this. Does anyone have any hints? I'm developing on an Acer Iconia right now,...
Automatically takePicture?
Is there any way to trigger takePicture without the user having to intervene? Here's my code http://pastie.org/1103252 All I want to do is to show the camera, wait 2 seconds and then automatically shoot. I know this is possible natively because there...
Camera working in background while GPS and accelerometer values are recording
Hi! I am trying to do an app that register the accelerometer values on a file, calculates the mean value, register the values if they are greater then a certain threshold, take the GPS value every 2 sec and take a picture also every 2sec. The...
Camera Support - Both iPhone and Android
What level is the camera support at and is it going to get better soon? With the below code I'm able to open the device camera but calls to takePicture and hideCamera on Android throw a TypeError: 'Cannot call property takePicture in object...
Cannot call property takePicture
Hi,I have a problem while using function "Titanium.Media.takePicture();" here is my code ~~~ Titanium.Media.showCamera({ success:function(event) { }, mediaTypes:Ti.Media.MEDIA_TYPE_PHOTO, ...
Showing 1-5 of 5