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 -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
