Tagged Questions

0
votes
5answers
140 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
2answers
237 views

Picking video from PhotoLibrary with UIImagePickerController in OS 3.1

Hi, I am trying to pick a video from the photo library. In principle I know how to do it you set the mediaType of the image picker to an NSArray with kUTTypeMovie as its only obje …
1
vote
2answers
292 views

UIImagePickerController for movie Item

I am writing a simple video uploader application on iPhone 3GS where I first direct the user to photos album, and then select the video to share or upload. I am using the UIImagePi …
0
votes
0answers
51 views

How to record video without user interaction in iphone using ObjC

Hi! I'm working on an app. In which I need to provide the functionality to capture the video using iphone 3gs without touching any buttons. I want to use the timer to start and sto …
0
votes
1answer
86 views

Touch and focus on 3GS with showsCameraControls = NO

Hi guys. Im developing a program that makes use of UIImagePicker custom class made by me, and the thing is I want to be able to use the manual-focus feature on the 3GS (the part w …
0
votes
1answer
88 views

iphone updateToLocation works differently over 3G versus wireless network?

I have a simple mapview that has the following viewdidload method and didupdate to location: - (void)viewDidLoad { NSLog(@"in view did load"); [super viewDidLoad]; sel …
2
votes
1answer
81 views

How to distinguish movement accelerations from oscillations and noise in iphone

Hi everybody on stackoverflow. SHORT VERSION :) I need to use (x,y,z) acceleration values related only to the movement of the iPhone. Just to be clear, think an environment like …
0
votes
3answers
406 views

Rotate MapView using Compass orientation

Is it possible to have an embedded MKMapView rotate to always face the direction the iPhone is facing? Basically I want to mimic the Map app rotation feature on my own app. I see …
0
votes
0answers
67 views

How to show an image representation of a movie selected by UIImagePickerController

I am using UIImagePickerController that gives user to be able select an existing photo or use the camera to take an image at that time. And i can show that image in my application …
1
vote
2answers
311 views

How can I get perl on my iPhone 3GS?

Hello I'm trying to get a regular C compiling environment on an iPhone 3GS running OS3.0 . So far I have been unsuccessful in finding a suitable gcc (i mean the complete suite, g …
0
votes
1answer
355 views

How to allow only the video recorder of iPhone 3GS to show up using UIImagePickerController class

Using UIImagePicker class I can select the UIImagePickerControllerSource as UIImagePickerControllerSourceTypeCamera. This would show up both the options, camera as well as video re …
1
vote
3answers
492 views

iPhone video screen capture for the 3GS

With the advent of the iPhone 3GS' video capability - does anyone know if Apple bundled the ability to capture the device screen as a video? Note: I know this question has already …
0
votes
1answer
185 views

how do I pass the View/Model/Projection matrices to my vertex shader in OpenGL ES 2.0?

In OpenGL ES 2.0, you apparently can't do glMatrixMode(GL_MODELVIEW); glLoadIdentity(); any more to set the model matrix, but I think these matrices are still built in someho …
0
votes
1answer
664 views

How do I retrieve iPhone camera or video images before the user presses the snapshot button?

I am looking to stream what the camera sees onto a series of OpenGL ES textures. Getting them to display on the textures is not difficult, however, it isn't clear that the UIImage …
0
votes
0answers
140 views

iphone 3gs video capabilities

I am creating an app that needs to capture contents of a video recorded in-app with the video camera api for "supporting devices" AKA 3GS. Was wondering if anyone knows if it is po …

1 2 next
15 30 50 per page