I\'m having troubles in accessing both (front and rear cameras at the same time). When turn on one camera it works. When i turn off first and turn on second it works. It g
I also wanted to do the same, but can't achieve it, its limitation of android os.
You HAVE TO RELEASE the connected camera object to be accessed by another.
The same problem is faced while accessing AudioRecord class, you just can't make an object of it until you release the first one.