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

Android/java: Saving A Byte Array To A File (.jpeg)

I am developing an application for Android, and part of the application has to takes pictures and s… Read more Android/java: Saving A Byte Array To A File (.jpeg)

Modify And Update Camera Frame Via Glsurfaceview

I am working with a GLSurfaceView activity to display the camera frame on an android device. As I a… Read more Modify And Update Camera Frame Via Glsurfaceview

How To Set Camera Focus Value Manually In Android

I intend to create an application that can take photos in the following way: When the user touches… Read more How To Set Camera Focus Value Manually In Android

Android. Couldn't Load Gpuimage-library

I just downloaded GPUImageLibrary 1.2.3 snapshot and import the library and the sample project. In… Read more Android. Couldn't Load Gpuimage-library

Controlling The Brightness Of The Flashlight In Android

I want to develop an android application using a penlight. When I use the flashlight, brightness is… Read more Controlling The Brightness Of The Flashlight In Android

Samsung S4 Zoom Does Not Support Smooth Zoom Issmoothzoomsupported()==false

I've tried to handle ZoomIn/ZoomOut at 's4 zoom' device in my camera record application… Read more Samsung S4 Zoom Does Not Support Smooth Zoom Issmoothzoomsupported()==false

Camera Preview Is Getting Stretched

I have written a code that used to display camera. Following is my layout file's code, Solu… Read more Camera Preview Is Getting Stretched

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?

Android Camera: StopPreview Vs ReleaseCamera

I am making an application where I have a camera inside of a viewPager. I am wondering what would b… Read more Android Camera: StopPreview Vs ReleaseCamera

How To Get Color Temperature From Color Correction Gain

I am trying to find out the Color Temperature of a Photo captured by the Camera. final CameraCaptur… Read more How To Get Color Temperature From Color Correction Gain

How To Take Multiple Pictures Using Android Android.provider.MediaStore.ACTION_IMAGE_CAPTURE?

I have the following code. Uri outputFileUri = Uri.fromFile( new File(path +'/image01.jpg')… Read more How To Take Multiple Pictures Using Android Android.provider.MediaStore.ACTION_IMAGE_CAPTURE?

Camera.Parameters.FLASH_MODE_ON Is Not Working On Moto X

I m testing my app on moto x and even after setting flash mode on, flash is not working. App is wor… Read more Camera.Parameters.FLASH_MODE_ON Is Not Working On Moto X

Capture Image Rotate After Upload

I am uploading image to server but image is rotate after uploaded to server Even preview is showing… Read more Capture Image Rotate After Upload

Camera.open Works On Android 4.2.2, But Fails On 6.0.1

I have 2 devices to test my app : an Acer v370 running Android 4.2.2, and a Samsung Galaxy S6 on 6.… Read more Camera.open Works On Android 4.2.2, But Fails On 6.0.1

Android 6(M) Permission Issue (create Directory Not Working)

I have this code for creating directory for saving pictures: File storageDir = null; … Read more Android 6(M) Permission Issue (create Directory Not Working)

Null Pointer Exception When Grabbing Picture From Gallery

i have the following code, which is used to grab images (either from camera or gallery) and then di… Read more Null Pointer Exception When Grabbing Picture From Gallery

Glass Camera Preview Display Is Garbled

I am trying to get a live camera preview to display in Google Glass. I'm using all of the camer… Read more Glass Camera Preview Display Is Garbled

How To Open Both Front And Back Camera At The Same Time On Samsung Galaxy Devices?

This is a question that is still left unanswered as i have gone through all the questions in SO. a… Read more How To Open Both Front And Back Camera At The Same Time On Samsung Galaxy Devices?