Tagged Questions
4
votes
3answers
2k views
Does iPhone allow Light sensors as input?
I was just wondering whether iPhone developement allows light sensors to be used, as buttons or action elements??
I found this link online...
Possible to use Light Sensor as a Button? [Archive] - ...
2
votes
1answer
225 views
OpenGL ES flash of bright light
I'm having some trouble achieving my desired effect in an OpenGL ES app I'm working on. I can use OpenGL ES 1.1 or 2.0. What I'm trying to achieve is the following...
In a 2D ortho scene (black clear ...
1
vote
0answers
28 views
Is it possible the Torch light gets off after dismiss UIImagePickerController(Camera)?
I have a doubt on Torch light option. If i switch on the torch light before calling the UIImagePickerController it works fine. After dismissing the UIImagePickerController the Torch light ...
1
vote
0answers
83 views
iPhone LED Torch light off while dismiss UIImagePickerController?
I have an Torch light option in iPhone app. This is working very fine. And also i have using UIImagePickerController(Camera Mode) for take photo. If i switch on the Torch light before open Camere ...
1
vote
0answers
385 views
How to control more than one 220 V light bulb using Arduino and maybe a relay or a thyristor [closed]
I have had success in controlling one light using an BlackWidow and a relay for switching to control one 220 V light. You can see the demo in Home automation using BlackWidow, Android, iPhone, ...
0
votes
0answers
35 views
Opengl ES light resetting to default
My game application has four states. First state showing car to choose, second state showing track to choose and third state is loading the track and car data and fourth state is game play.
I am ...
0
votes
1answer
131 views
How to on Torch light without using camera/video mode in iPhone?
I am using this below code for switch on the Torch light in iphone app. It working fine. The issue is, when we press the button the torch mode will be changed to 'On' but, the torch light only appear ...
0
votes
0answers
68 views
How to change the torch light mode stobe and led in iphone app?
My app have an option for torch light. I used these code in my app.
AVCaptureDevice *device = [AVCaptureDevice defaultDeviceWithMediaType:AVMediaTypeVideo];
if ([device hasTorch] && ...
0
votes
0answers
84 views
Is it possible to set the Torch light brightness high?
I am using Torch light mode in iPhone app. This app only show the Torch light not to take video/photos. It seems the torch light brightness is dim. I want to show the torch light in high brightness. ...
0
votes
0answers
97 views
Set LED Torch light high brightness in iphone?
I have used Torch light option in iphone app. When the torch light opens, it looks very dim. I want to know what are the types of flash light in iphone? I want to show the torch light very bright. How ...
0
votes
1answer
144 views
How to use torch light in iPhone app?
I need to use iPhone Flash light in my app. But, while the user switch on the flash the camera does not take picture. How can i do this? Here i have attached my code. But, when i switch on the flash ...
0
votes
1answer
62 views
iPhone: Image gets inverted
I'm having a problem with my image on my iPhone app.
When I run my app on my simulator, everything looks good and there's no problem.
But now I've installed the app on my device with TestFlight and ...
0
votes
2answers
403 views
How to change brightness of iphone from application
Hi All I wont to ask one more question !!!
I search through internet and cant find answer on my question maybe somebody here can help me to find answer for my question. In my iPhone application i ...