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 am building an app that auto sorts installed apps and allows the user to launch those apps. I just …
android android-intent android-camera android-package-managers android-applicationinfoI am opening camera app as external intent from my applications. I am using following code to invoke the camera …
android android-intent camera android-camera android-camera-intentI have an application where I need to be able to let the user decide how to put a picture …
android android-camera uri android-camera-intentThe following code works well to get the thumbnail of a picture taken from the camera. I want to get …
android android-camera galaxy-nexusOn using import android.hardware.camera2. I am getting import cannot be resolved. How to clear this problem. I tried …
android android-camera eclipse-junoHow it looks: http://i41.tinypic.com/30278m1.png It looks like in the pic ,I want it to have …
android android-camera surfaceview aspect-ratioThis code worked on samsung before but now that i'm using Nexus One with Android 2.3.6, it's crashing as soon as …
android nullpointerexception uri android-camera nexus-oneI'm taking a picture on Android Nougat with FileProvider, that's my code <provider android:name="android.support.v4.content.…
android android-camera android-fileproviderSo I've read over the Camera API and couldn't find anything on this. I'm using the Camera to grab frames …
android android-camerai would like to mix camera preview SurfaceTexture with some overlay texture. I am using these shaders for processing: private …
android image opengl-es android-camera textures