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

How To Make Threads Work In Series

I have created a CameraApp. And getting byte[] cameraPreviewCallback in onPreviewFrame(byte byteArr… Read more How To Make Threads Work In Series

How Can I Show My Camera Preview

I wrote a class for camera preview public class CameraView extends SurfaceView implements SurfaceH… Read more How Can I Show My Camera Preview

How Can Save Camera Photo In A File Of Mobile Device?

There is camera codes in my project that another developer who wrote. It takes photo by the device … Read more How Can Save Camera Photo In A File Of Mobile Device?

Setparameters() Fails Despite Setting Preview Size

I'm making a simple demo where I can feed the camera preview to a SurfaceView in my activity. I… Read more Setparameters() Fails Despite Setting Preview Size

Taking Picture With Flash On Camera2 Gives Picture "after" Flash Occured (i.e Without Flash)

I based my code on the sample from Google Camera2-Basic and added flash always support. But It look… Read more Taking Picture With Flash On Camera2 Gives Picture "after" Flash Occured (i.e Without Flash)

Android Camera - Sometimes When I Take Photos, The App Freezes And The Camera Is Non-usable

I have built an application which takes photos when you touch the preview. I can take many photos, … Read more Android Camera - Sometimes When I Take Photos, The App Freezes And The Camera Is Non-usable

Capture Picture Using Front Camera Without User Knows

I want to capture picture through front camera without user knows that he was captured when authent… Read more Capture Picture Using Front Camera Without User Knows

How To Set Camera Focus Value Manually In Android

I intend to create an application that can take photos in the following way: When the user touches… Read more How To Set Camera Focus Value Manually In Android