The Android framework includes support for various cameras and camera features available on devices, allowing you to capture pictures and videos in your applications.
I know this question has been asked many times before. I had looked for it over a year ago but …
android android-cameraI use code below to make a picture with camera. Instead of saving I would like to encode it to …
android bitmap base64 android-cameraI am developing a camera app for Android. One requirement is to save the photos taken to the device's default …
android android-camera android-gallery android-sdk-2.3I want to write an activity that: Shows the camera preview (viewfinder), and has a "capture" button. When the "capture" …
android camera android-camera android-camera-intentI am trying to use OpenCV 2.4.3.2 to create a camera app and do some opencv processing. I would like it …
android opencv android-cameraI'm using an intent to open the camera with the native application: Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); …
android android-cameraI have had a look around but there doesn't seem to be a solid answer/solution to the, very irritating, …
android android-intent android-camera android-camera-intentI'm using the below code to open the camera. Is it possible to set the camera resolution to high programmatically? …
android android-intent android-camera high-resolutionI am developing a widget for turning on/off camera led of phone. I have made a widget that can …
android android-widget widget android-camera android-appwidgetI have done some google-ing around and couldn't find enough information about this format. It is the default format for …
android android-camera rgb format-conversion