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

Android: Asynctask, Onpostexecute Starts Before Doinbackground Has Finished

I had this problem a few hours ago (Android: AsyncTask, my 1st task has not finished when the other… Read more Android: Asynctask, Onpostexecute Starts Before Doinbackground Has Finished

Displaying Multiple Camera Images To Grid View

i want to display multiple images capture by camera to Grid view. i go through many questions how t… Read more Displaying Multiple Camera Images To Grid View

Android Rotate Picture Before Saving

I just finished my camera activity and it's wonderfully saving the data. What I do after the pi… Read more Android Rotate Picture Before Saving

How Do I Get The Raw Android Camera Buffer In C Using Jni?

I've been searching Google and StackOverflow exhaustively and cannot find this. Maybe I'm … Read more How Do I Get The Raw Android Camera Buffer In C Using Jni?

Pictures With Camera2 Api Are Really Dark

I'm working on Android and I'm trying to capture a picture without displaying any preview. … Read more Pictures With Camera2 Api Are Really Dark

Using Intent To Use Camera In Android

I am using the following code to use camera by using intent. In the parameter of intent I am passin… Read more Using Intent To Use Camera In Android

How Can I Make A Surfaceview Larger Than The Screen?

I would like to effectively make a simple digital zoom for the camera preview, so I thought I would… Read more How Can I Make A Surfaceview Larger Than The Screen?

In Android, Is It Possible To Change Camera (from Front To Back) And Still Keep Recording?

That's my question :). If I start recording using the Front Camera with the MediaRecorder and t… Read more In Android, Is It Possible To Change Camera (from Front To Back) And Still Keep Recording?