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