How can i open both front camera and back camera at the same time in android? Is it possible?
I have tried tried but my application stops unfortunately. Please Help..
How can i open both front camera and back camera at the same time in android? Is it possible?
I have tried tried but my application stops unfortunately. Please Help..
On some devices, e.g. based on Snapdragon 805, you simply can. In other cases, the manufacturer chose to block the naïve approach, but the native camera app knows how to do it, and, with some reverse engineering effort, you can reproduce their approach (I had partial success with Samsung S4 before I lost interest in that project).
But on most of available phones, there is a physical restriction: the two cameras share the same bus, and cannot be opened simultaneously, no matter how skillful you are in software.