tags:

views:

26

answers:

1

How do I obtain a handle on each image that the camera feeds into your recorder application?

A: 

Did you find any solution to your problem? It is exactly what i'm trying to do...

mgarant
You can get a handle using the picture callback..check this out http://developer.android.com/reference/android/hardware/Camera.PictureCallback.html
Namratha