Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Camera2

Android Camera2 Createcapturerequest Returns All Black Pixels When Getting Yuv_420_888 Image

I have a Android camera2 API preview running ok in Kotlin using suspendCoroutine for all the surfac… Read more Android Camera2 Createcapturerequest Returns All Black Pixels When Getting Yuv_420_888 Image

Android Application With Camera2 Library Crash On Start For Sdk19

I use androidx.camera.camera2 library in my application. This library for SDK 21 and greater. But i… Read more Android Application With Camera2 Library Crash On Start For Sdk19

Why Camera2 Supported Preview Size Width Always Bigger Than Height?

I'm working on a project which using camera2 API. When I get the list of supported output previ… Read more Why Camera2 Supported Preview Size Width Always Bigger Than Height?

Android Camera2 Capture Image Skewed

Update: This looks like it's related to this: Image data from Android camera2 API flipped &… Read more Android Camera2 Capture Image Skewed

Android Camera2 Api Stretching The Preview

I am working with the Google sample project, but I cannot seem to get the preview to work without s… Read more Android Camera2 Api Stretching The Preview

Cameracharacteristics Sensor_info_exposure_time_range Gives Wrong Values

I am using SENSOR_INFO_EXPOSURE_TIME_RANGE to calculate the range of supported exposure time. I tes… Read more Cameracharacteristics Sensor_info_exposure_time_range Gives Wrong Values

Camera2 Api: Can It Output Two Cameras Into Same Surface?

I have specific requirement to connect signal from two Cameras into one surface. Each camera would … Read more Camera2 Api: Can It Output Two Cameras Into Same Surface?

Camera2 Api Issue

I make some camera App use camera2 APi example camera2 api google sample, so my camera output not f… Read more Camera2 Api Issue

How To Take Multiple Photos Without Preview Using Camera2 Api In Android?

I need to capture multiple photos using Camera2 API after particular interval, say 5 seconds. I nee… Read more How To Take Multiple Photos Without Preview Using Camera2 Api In Android?

Android Camera2 Createcapturesession Deprecated

CameraDevice.createCaptureSession is mostly deprecated. Any example on how to use the left over ver… Read more Android Camera2 Createcapturesession Deprecated

Android Camera2 Api Opencamera Error

I want to make a simple flashlite application using camera2 api. I am using the following code: pub… Read more Android Camera2 Api Opencamera Error

Camera2 Video Recording Without Preview On Android: Mp4 Output File Not Fully Playable

I am trying to record video from the back camera (the one that faces the face) on my Samsung Galaxy… Read more Camera2 Video Recording Without Preview On Android: Mp4 Output File Not Fully Playable

How To Zoom The Preview Using Android Camerax Library?

I hope to add a function to zoom in preview picture (Please see Image A) for the sample code at htt… Read more How To Zoom The Preview Using Android Camerax Library?

Android Camera2 Api. Setting Multiple Imagereader Surfaces Gives Blank Output

I have a camera2 implementation. The current setup is, it uses a texture view surface to display th… Read more Android Camera2 Api. Setting Multiple Imagereader Surfaces Gives Blank Output

Overlapping Glsurfaceview On Surfaceview And Vice Versa

ExoPlayer - SurfaceView Camera2 + MediaCodec - GLSurfaceView I am using the above view groups for p… Read more Overlapping Glsurfaceview On Surfaceview And Vice Versa

Android Camera2 Executable Failed To Get Frames

I have one Camera2 NDK code to open the camera and get images. The code work fine via Android Appli… Read more Android Camera2 Executable Failed To Get Frames

Android Camera2 Api Image Color Space

I used this Tutorial to learn and try understand how to make a simple picture taking android app us… Read more Android Camera2 Api Image Color Space

Camera2 1440x1080 Is Maximum

I'm trying to display normal Full HD preview in landscape orientation (1920x1080) using Camera2… Read more Camera2 1440x1080 Is Maximum

Camera2 Preview Stretched When Cropping With Scaler_crop_region

I want to display a preview in fullscreen using camera2 api. The camera size I selected is 4160x312… Read more Camera2 Preview Stretched When Cropping With Scaler_crop_region

Android Turn On/off Camera Flash Programmatically With Camera2

I am making a simple application that acts as a flashlight. I need to be able to turn on and off t… Read more Android Turn On/off Camera Flash Programmatically With Camera2