The Android framework includes support for various cameras and camera features available on devices, allowing you to capture pictures and videos in your applications.
How to capture an square image in android? I want to capture an square image (such as 300x300 pixel) by …
android image capture android-cameraAndroid opencv samples and tutorials were running fine and suddenly one day I get this for all of those: "It …
java android opencv android-cameraI am trying to take a picture without preview, immediately when my application starts running and after that to save …
android android-camera surfaceviewI have a camera app in portrait mode which takes pictures from both front and back end cameras.I am …
android android-camera android-orientationI have a TextureView with a fixed width and height and I want to show a camera preview inside of …
android opengl-es android-camera textureviewIf your Android app uses the device camera to take a picture and then resizes it (this is very, very …
android image android-camera exifAccording to the documentation, setRotation(90) should rotate the captured JPEG picture (takePicture in landscape mode. This works fine on a …
android android-cameraDoes anybody know is it possible to open some personal picture when emulator camera starts? I have an application which …
android image android-emulator overriding android-cameraI am trying to use Zxing Library for developing a barcode scanner. My activity is as follows: public class Scanner …
android android-camera barcode-scanner zxingI am trying to open the camera hardware on a SurfaceView. In the layout, I created a SurfaceView and I …
android camera android-camera surfaceview surfaceholder