Tagged Questions

0
votes
5answers
133 views

Get iPhone’s camera resolution?

Is there any way to get the resolution of the iPhone's camera? Apparently the 3G has 1200x1600, and 3GS has 1500x2000, but how do I obtain these values from inside my code (without …
0
votes
1answer
29 views

CLicking on the camera button in the android emulator

Hi, The camera button on the android emulator is disabled. I can't click on it and when I hover with the mouse the background is not blue like in the other buttons. I've tried to …
0
votes
1answer
39 views

XNA Matrix Camera Scale Issue in 2D Game

Hi, I followed the tutorial on http://www.david-amador.com/2009/10/xna-camera-2d-with-zoom-and-rotation/ to achieve a camera that follows my player sprite with zoom in/out functio …
0
votes
3answers
308 views

iPhone camera can’t open from landscape application

hi all I am creating a landscape only application using sdk 3.0 that uses mapkit. I need to use iphone camera in my application. But I am getting following warning when I try to o …
4
votes
2answers
79 views

Snapping pictures from Windows C# Canon SDK vs PTP or MTP

I am hoping to receive some general guidance on accomplishing a seemingly simple goal. I have a DSLR camera (Canon EOS 50D) and need to write an application that will tell the cam …
0
votes
3answers
170 views

To geo-tag a photo, what attributes are required? More than lat/lon?

I am trying to geo-tag photos taken with the iPhone camera. Since I'm not saving the photos to the camera roll, the photos do not have any EXIF data. So, what elements are require …
1
vote
3answers
108 views

UIImagepickerController [takepicture] modal view disappears no delegate callback

Update: This has been answered. It was my own stupidity, possibly not worth reading any more of this question. lol. Question: Right so i have this UIViewController(master) subc …
0
votes
1answer
37 views

How to cast rays given an arbitrary camera?

I'm writing a ray tracer (using left-handed coordinates, if that makes a difference). It's for the sake of teaching myself the principles, so I'm not using OpenGL or complex featur …
6
votes
5answers
2k views

Custom iPhone camera controls (not using UIImagePickerController)

While I understand that in order for an iPhone application to be accepted on the App Store, one requirement is that only documented libraries are to be used. If this is the case, …
0
votes
2answers
53 views

compile for 3.0 with optional support for 3.1 API

My app uses the camera, and I added the zoom function thanks to 3.1 API (cameraViewTransform most importantly). But I want my app to run also on 3.0 (without the zoom of course). T …
0
votes
1answer
11 views

problems with initializing video preview and releasing resources on Android

Hi, I am trying to solve the problem with initializing video preview and releasing resources when the application exits. in onResume() the following methods are executed: holder …
1
vote
2answers
997 views

iPhone camera images as OpenGL ES textures

Is it possible to use an image captured with the iPhone's camera as a texture that is then manipulated in OpenGL ES (flag wave effect, etc.)? The main problem being the size of th …
0
votes
0answers
97 views

How to get Video Camera Background on the IPhone w/ 3.1

Hey so I found this great post that details how to integrate Video behind openGL without much work. I've got the same setup and even the same starting framework, but it just doesn …
0
votes
1answer
35 views

how to access the image captured using takePicture

With takePicture, the camera captures an image (click), however I it does not call the imagePickerController:didFinishPickingMediaWithInfo: method. So how do we access the image?
0
votes
2answers
84 views

Detecting when camera’s iris is open on iPhone

For a cutom camera overlay I need to find out, when the iris is opened, because my overlay will allways shown while the iris is close (and then animating to open). Any ideas ?

1 2 3 4 5 8 next
15 30 50 per page