In my application i want to pass the camera data to native layer. what is the best possible approach for doing the same.
I know it can be done 2 ways. 1.start the camera in application and pass the preview data to native layer. But i feel this may consume lot of resources. 2.Start the camera directly in native layer and use it. So JNI will come less into picture. and not much resource loading also.But dont want to take any risk by using the lower layer code which may change in future. Is there any other approach ? start the camera and tap the data in native layer. I think this wont be proper approach, Can any one suggest ? Regards Girish -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

