How to switch between two camreas in poynt

How to switch between two camrea through code???

Hi there,

you can do this by using Android Camera API. This Android integration doc has the details. But in a nutshell, Camera.open(0) will access back camera, while Camera.open(1) accesses front camera (i.e. merchant-facing)