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

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

Android Video Mirror Effect

I'm working on a camera application that has to capture video in mirror effect. I used texture … Read more Android Video Mirror Effect

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

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 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 Api Frames Skip And Crash When >= 65[fps]

I'm currently developing an Android App for slow-motion recording using this project as an exam… Read more Camera2 Api Frames Skip And Crash When >= 65[fps]

How To Use Android Camera2 Api To Record 60 Fps Video With Fixed Exposure Time

I want to implement a app to record 60 fps with fixed exposure time. As device I have the Google Pi… Read more How To Use Android Camera2 Api To Record 60 Fps Video With Fixed Exposure Time

Parallel Processing With Camera2 Api Android And Opencvcamera2

I am developing an app where I want to process each frame from the camera and apply some Image proc… Read more Parallel Processing With Camera2 Api Android And Opencvcamera2