Sorry, I can´t help you since I haven´t tried using CameraService except through the Camera.cpp.
On 19 Juli, 05:27, Raghu <[email protected]> wrote: > hi David, > Thank you for your idea. After following your thought I got stuck. > Here is the explanation. > I created camera client in UI process and shared the same to native > process. Also I followed example of media recorder application. > In native process I called Camera::create(camera_client); API. Create > API of camera client called connect of Camera Service and it returned > successfully. > But binder->linkToDeath() function call in create API is got blocked > > please help me. > > thank you, > Raghu > On Jul 13, 11:38 pm, David Grimfors <[email protected]> wrote: > > > > > CameraService accepts only one client at a time. > > One of your processes will have to go through the other. > > > Regards > > David > > > On 13 Juli, 10:50, Raghu <[email protected]> wrote: > > > > Hi, > > > I am trying to accessCameraServicefrom two different process (1 is > > > java application process and other is native process). Receiving > > >Cameraconnect is failure for second process. I have encoding role in > > > native andcameracontrol in UI side. Please help me. > > > > Thank you, > > > Raghu- Hide quoted text - > > > - Show quoted text - -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
