Hi,
I am working on camera interfaced on 410 based custom board on lollypop build. Camera is working fine.
I have to minimize the time of camera being opened from api “Camera.open” till the camera is ready to takePicture. This time should be 200ms ideally. I am getting this time 500-600ms. How to minimize this time?
The call of opening “/dev/video1” is taking approx 160 milliseconds. While browsing the source i came to know in open call of /dev/video1, it sends one event to camera-daemon, and waits for the response. this time is around 150ms. How to reduce this time?