[android-porting] Re: Regarding Camera Service

2010-07-27 Thread David Grimfors
Sorry, I can´t help you since I haven´t tried using CameraService except through the Camera.cpp. On 19 Juli, 05:27, Raghu raghavendrars...@gmail.com 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

[android-porting] Re: Regarding Camera Service

2010-07-19 Thread Raghu
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.

[android-porting] Re: Regarding Camera Service

2010-07-13 Thread David Grimfors
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 raghavendrars...@gmail.com wrote: Hi, I am trying to access Camera Service from two different process (1 is java application process and other is