Skip to content Skip to sidebar Skip to footer

Is There Any Android Phone Allowing To Use Both The Rear And Front Camera At The Same Time?

I am doing a project on android phone and I hope to use the two camera at the same time. According to Is there any API to fetch both rear and front camera view at the same time?

Solution 1:

While it is possible in theory, in practice Android does not allow it at a firmware level. I'm not sure exactly what happens, but my guess is that one camera blocks some part of the API from the second one, thereby stopping two from working at once.

So for any device to do this, the manufacturer would have to change it at an OS level, and I don't think this has ever been done.

Solution 2:

Post a Comment for "Is There Any Android Phone Allowing To Use Both The Rear And Front Camera At The Same Time?"