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:
There are currently two phones that do the trick: Samsung Galaxy S4 and LG Optimus G Pro. Neither defines an API to 3rd parties to use this feature in their apps.
Post a Comment for "Is There Any Android Phone Allowing To Use Both The Rear And Front Camera At The Same Time?"