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 would like to take a picture without any preview. I used this code but I'm getting an error: public …
android android-camera surfaceviewI'm trying to get the new Camera2 working with a simple SurfaceView and I'm having some problems with the live …
android android-camera surfaceview textureviewPicture was taken successfully with camera but in portrait mode on samsung galaxy s3 the picture gets rotated. How can …
android android-camera android-camera-intentI want to enable/disable camera programmatically in my application.
android android-camera android-camera-intent android-captureMost android audio recording apps automatically recognize audio input when external microphone jack that is plugged in is TRRS compatible (…
android android-camera android-audiorecordi am using https://github.com/jhansireddy/AndroidScannerDemo this scan library in my project. when i capture image i am …
android android-camera android-manifest android-fileproviderIm new to android development, and I'm finding it hard to find good examples on the camera2 api. Im working …
android android-layout android-camera android-canvas textureviewI'm trying to get a preview frame for QR code scanning functionality using Camera2 API. In old Camera API it's …
android android-camera android-5.0-lollipop android-hardwareI am using native Android camera and save file to my application data folder (/mnt/sdcard/Android/data/com.company.…
android native android-camera android-sdcard android-camera-intentIs it possible in Android to record video from Camera without audio stream? Goal: to reduce the output file size.
android android-camera mediarecorder android-mediarecorder