I want to know how to access the iphones camera and work with it in realtime: for example just draw o开发者_开发技巧n the camera view.
I am trying to display live images from my 1394 camera. Currently my code is able to obtain images in a loop from the camera and I was looking for any quick GUI that will update dynamically (as a sepa
I have a problem with using the camera of an Android 2.1 phone (HTC Desire), maybe you can help me. After calling camera.open() DDMS in Eclipse shows the following errors:
I\'ve not found a answer to this question anywhere, but this seems like a typical problem: I am taking pictures from an iPhone 4, and I have to send these pics to a server through a POST-Request, but
i wantcreating uibarbutton without interface builder = (whit code) and this button开发者_Go百科 is style camera
I am looking for a way to change the light sensitivity of my Evo 4G camerea. I know it is not the camera\'s shutter speed because it is a digital camera. The next most relevant aspect is the ISO setti
I\'m using a custom overlay view and showsCameraControls = NO. When I\'m done I dismissModalViewCont开发者_JS百科rollerAnimated:YES. What appears to happen is that the iris appears fully closed (ie. n
I\'m soooooo close to finally finishing my first app to put in the store.Everything works just fine and memory leaks are almost totally nonexistent....except when I\'m using the Camera or Selecting an
I am trying to display a filtered camera preview, using onPreviewFrame() callback. The p开发者_如何学Croblem is that when i remove this line:
I am trying to display a filtered versi开发者_C百科on of the camera preview. The code runs without errors but the device is showing the preview instead of the generated bitmap.