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'm getting an error startPreview failed but not all devices. In Motorola RAZR and Samsung Galaxy S3, it's working very …
android parameters android-camera previewI have been working with the camera2 api demo from google and unfortunately the sample application is built to display …
java android android-camera android-camera2 android-textureviewI am playing with the original example of BarCode scanner here: https://github.com/googlesamples/android-vision/blob/master/visionSamples/barcode-reader/…
android android-camera barcode-scanner camera-flashI am trying to encode a 30 frames per second video using MediaCodec through the Camera's PreviewCall back(onPreviewFrame). The video …
android android-camera android-mediacodecI'm developing an Android application with a camera-related functionality feature. First of all, I read a lot of stuff on …
android android-camera autofocusI have an application that supports back to Android API 19 (KitKat) and there is heavy Camera use internally. Currently, android.…
android android-camera deprecation-warningHow can i capture slow motion video in my app? I tried using mMediaRecorder.setVideoFrameRate(100); but app crashes if i …
android android-camera android-mediarecorder slowmotionHow to know whether the geo tagging is enabled or disabled in android camera setting through the code? We are …
android gps android-camera geotaggingI need a simple way of detecting faces in my Camera app. All I care about is a callback saying …
android android-camera google-visionI am creating Android camera app using google sample. After the phone captures an image there is a difference of …
android android-camera android-camera2