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

Android Camera2 Api Switch Back - Front Cameras

I'm creating a custom camera capturing videos with the new camera2 API. My code is strongly ins… Read more Android Camera2 Api Switch Back - Front Cameras

Flashlight Camera2 Api

Can I use camera preview and flashlight at the same time in Android Camera2 API? When I try use Cam… Read more Flashlight Camera2 Api

Android - Camera2 : The Easiest Way To Turn On The Torch Light

The simplest way to turn on the torch light was : Camera camera = Camera.open(); Camera.Parameters … Read more Android - Camera2 : The Easiest Way To Turn On The Torch Light

How Can I Draw On A Video While Recording It In Android, And Save The Video And The Drawing?

I am trying to develop an app that allows me to draw on a video while recording it, and to then sav… Read more How Can I Draw On A Video While Recording It In Android, And Save The Video And The Drawing?

Android Camera2 Api Get Focus Distance In Af Mode

I'm working with Android camera2 API. I can get focus distance value using LENS_FOCUS_DISTANCE… Read more Android Camera2 Api Get Focus Distance In Af Mode

Android Camera2 API Get Focus Distance In AF Mode

I'm working with Android camera2 API. I can get focus distance value using LENS_FOCUS_DISTANCE… Read more Android Camera2 API Get Focus Distance In AF Mode