Questions tagged as 'android-camera'

2
answers

How to select a database blob and transform into bitmap?

I have the following error in my project, I select an image from the gallery I transform it into a byte in the database, but at the moment of loading it to imageView it does not appear and not from the error in the application, I'm not touching...
asked by 15.10.2016 / 00:59
1
answer

Working with camera and gallery

I have the following problem, in my application I take a photo and present it in a imageView , but when I take the photo it gets the good quality in the gallery only in imageView no, if it is a text not even to read, lower I'll put...
asked by 21.10.2016 / 02:41
1
answer

Camera problems: Fail to connect to camera service

I have a problem with my app that uses the camera on a device. However, whenever I try to use Camera.open() it gives an exception java.lang.RuntimeException: Fail to connect to camera service . I am trying to understand this error b...
asked by 30.07.2016 / 01:29
1
answer

Parameter that controls camera brightness on android

I imagine it's some parameter in Camera.getParameters (), but I'm not really sure what to look for. I'm going to try one by one, but if anyone knows which one it's going to save me a lot of time.     
asked by 25.11.2015 / 23:06
1
answer

Camera App stopped working when upgrading from Android 4.0.4 to 4.1.2

I'm new to the platform and I'm having trouble with an app I'm developing, it was running normally on Android 4.0.4 and now that I've upgraded to 4.1.2 the following message is displayed: 02-27 10:14:47.923: E/Camera_ControlThread(156): Taking...
asked by 04.03.2014 / 12:13
0
answers

Get URI of a full size photo by Camera in OnActivityResult

I'm using the Android camera to take a photo and save it from a WebService. I was able to do this, however using the method of taking a thumbnail. My intention is to get the image in full size. I researched a lot and got to the official Andro...
asked by 18.01.2016 / 16:06
2
answers

Using Android Camera

Good afternoon guys, I'm new here, so I'm sorry to ask you anything already commented on. Next we have an app in the company already a while ago for sdk 7, what happens is that they recently requested to use the camera for photos, well I'm using...
asked by 10.08.2016 / 18:59
1
answer

Questions about using the camera, via Intent

Good afternoon everyone, I started a training course about two months ago and both this community and the foreign Stack have been my best friends on this new journey. Currently I'm developing an application through the IDE Android Studio 2.1....
asked by 16.08.2016 / 17:49
1
answer

Taking a picture with the Front Camera without using obsolete APIs

I'm developing an app where when you log in, you should take a picture! I researched and found the following example : public class PhotoHandler implements Camera.PictureCallback { private final Context context; public P...
asked by 02.08.2016 / 00:09
0
answers

Capture photo sequence and save automatically to Android

I'm trying to use my android camera in an app so that when I take the first photo I'm not redirected to the home screen. The app is currently as follows: Clicking on "Take Calibration Photos" is directed to the camera where when taking...
asked by 28.01.2018 / 23:18