camera

Everytime Camera dismiss, Viewdidload got called

it happens only on the 3GS, 4 or 3G is OK. seems like viewcontroller got called everytime camera dismissed. any thoughts on that? It's Iphone, the system calls viewdidunload my view of viewcontroller when I did a [self presentModalViewController:picker1 animated:YES]; I don't want the system to dismiss my view. I did a [self.view...

What's the best way to save photo taken by camera(not through system camera app) in Android?

I'm now using this method: MediaStore.Images.Media.insertImage. There are two choices: final static StringinsertImage(ContentResolver cr, String imagePath, String name, String description) Insert an image and create a thumbnail for it. final static StringinsertImage(ContentResolver cr, Bitmap source, String title, String description) In...

What type of camera for body detection I should buy?

I have planned to create some application for which I need to capture human whole body with camera and to modify it and then to display it. I am wondering what camera I should buy for this? It should be HD cam or any other? I am just empty about that. This is going to be my first face/body detection project so I am not sure where to star...

Android camera information

Is there a way to information on the camera buit into the phone? Things like... -if there is a camera! -resolution -if a flash is present ...

Anyone could exlain width/height returned from iphone camera taken image on iPhone 4?

I am using - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo to take the image. Then use CGImageRef imgRef = image.CGImage; CGFloat width = CGImageGetWidth(imgRef); CGFloat height = CGImageGetHeight(imgRef); For some reas...

how to use the camera class in android to view what is in front of the camera ..and not click photos

i wnat to make an andoir app in which i want to use the camera ... only to view what is in front of the camera and not to click an image ...what is the code for it..? ...

facing Problems in working with android in built camera

Hi friends... i am using android inbuilt camera to take picture and then saving them using code, it working well in the device but is showing error every time in the emulator, i just want know is there way to use inbuilt camera in emulator with out giving error. because i don't want test every time on device. is there any tool like...

How to set iPhone video output image size

Hi, I'm trying to do some image processing on iPhone. I'm using http://developer.apple.com/library/ios/#qa/qa2010/qa1702.html to capture the camera frames. I saw that I can set AVCaptureVideoDataOutput image format using setVideoSettings, but is it possible to get the images in lower resolution? If not, is the an efficient way to downs...

captured image not showing in uiimageView

hello all, i have a uibutton to trigger iphone's camera to grab image and i have a uiimageView in same view to show captured image , but it not showing anything after capturing... any solution ?.. ...

Windows WMI recent hardware detection

WMI : I don't know how to detect these hardware : DDR3 memory ms online docs, memorytype lists only DDR2 http://msdn.microsoft.com/en-us/library/aa394347%28v=VS.85%29.aspx hard disk with SATA : it seems WMI reports IDE notebook integrated video camera Do you know about other tips / caveats using WMI and recent hardware ? Is there an...

is it possible to manipulate camera focus through Java

i have a project ..i have to focus a camera position on a person who is talking ,among all the persons on the frame.... I want to do this through Java. I want to know if that is possible in Java ? Some hints as to how to proceed with it ? ...

Display Camera output in Windows Phone 7

I'm writing an augmented reality app for Windows Phone 7 as a school project. I want to get the camera output and then add a layer of data over it. Is there a way to have the camera output displayed in a panel? ...

Recording video?

I'm trying to make an app that records video and stores the files In a table view. I want to be able to see a preview on each cell and when I press a cell, a video that was previously recorded and stored here starts to play. What's the best way to do this and if there's any tutorials or video tutorials, can someone redirect me there? ...

Displaying images with a high frame rate

Hi, here's the problem: I have a custom hardware device and I have to grab images from it in C#/WPF and display them in a window, all with 120+ FPS. The problem is that there is no event to indicate the images are ready, but I have to constantly poll the device and check whether there are any new images and then download them. There a...

Should I import android.graphics.camera or android.hardware.camera?

I am starting an android camera app for taking pictures. When I ctrl-shift-O to get the import for the Camera class there are two choices: android.graphics.camera and android.hardware.camera. Which one should I use and what are the main differences? ...

Why does the android emulator camera stop unexpectedly?

I am using Android 2.2 (API Level 8). The camera is enabled in the manifest. When I try the camera icon provided by the emulator model, it runs for a few seconds showing a gray box moving around a black and white checkerboard, then dies with the error message: Sorry! The application Camera (process com.android.camera) has stopped ...

Getting problem in Camera Preview for Android OS 2.0 and up.

I am working with Augmented Reality application with android, and I implemented camera code. My current base SDK version is 1.6. With this my application is working fine with devices having OS version upto 1.6 and getting problem with OS 2.0 and up.. Any solution ? Thanks. ...

Android, How to use the camera

I would like to do something like this. If the user presses "Pictures" than i can choose either to pick a picture from "Picture folder" or take a new picture, How can I do this and how can I use the cam? I have problems useing the cam, Does the cam work in the simulator? ...