Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Camera

How Can I Monitor The Current Focallength Of Android Camera

I have a SurfaceView that holds a Camera Preview. I have set the camera focus mode to: Camera.Para… Read more How Can I Monitor The Current Focallength Of Android Camera

Can Only Open Camera Once?

My photo taking algorithm works perfectly the first time, but if I call the method the second time,… Read more Can Only Open Camera Once?

Can I Get The Orientation Of A Photo Taken In My App If I Limit The Activity's Orientation To Portrait Only In My Manifest?

I don't want to support landscape UI at all across my app, but I want to be able to automatical… Read more Can I Get The Orientation Of A Photo Taken In My App If I Limit The Activity's Orientation To Portrait Only In My Manifest?

W/CameraBase﹕ An Error Occurred While Connecting To Camera: 0 On Camera.open() Call

I'm writing a camera app and whenever I call camera.open() the app crashes and then I get this … Read more W/CameraBase﹕ An Error Occurred While Connecting To Camera: 0 On Camera.open() Call

Android Camera Click Continous Shots

I am trying to make camera application which takes 3 continuous shots. i have tried to call 'ta… Read more Android Camera Click Continous Shots

1.6 To 2.1 CameraInfo Alternative?

android.Camera.Preferences.setRotation documentation public void onOrientationChanged(int orientati… Read more 1.6 To 2.1 CameraInfo Alternative?

Are There Any Android Devices Or Any Method Can Open Front And Back Camera At The Same Time?

For some reason, I need to open front and back cameras at the same time and I tried the new Camera2… Read more Are There Any Android Devices Or Any Method Can Open Front And Back Camera At The Same Time?

Access Camera Functionality In Android Webview?

I'm building a Native-Android/WebView-App thats code is hosted on a remote server (in HTML and … Read more Access Camera Functionality In Android Webview?