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

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

How To Get Color Temperature From Color Correction Gain

I am trying to find out the Color Temperature of a Photo captured by the Camera. final CameraCaptur… Read more How To Get Color Temperature From Color Correction Gain

How To Draw Objects On Textureview Camera Stream Preview And Record The Stream With Objects?

I need help with an application I am working on. The application has to have a custom Camera interf… Read more How To Draw Objects On Textureview Camera Stream Preview And Record The Stream With Objects?

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 Output To Imagereader Format Yuv_420_888 Still Slow

I'm trying to get the Android camera2 running in the background service, then process the frame… Read more Android Camera2 Output To Imagereader Format Yuv_420_888 Still Slow

Why Camera2 Api Working Not Correct?

I using code Camera2 API at: https://github.com/googlesamples/android-Camera2Basic. If i take pictu… Read more Why Camera2 Api Working Not Correct?

How To Get The Distance From An Object To Android Device Using Camera2 Api

I want to get the distance from an object to android device using android camera2 API. In CaptureCa… Read more How To Get The Distance From An Object To Android Device Using Camera2 Api

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