So i tried this method and also this method. Then I also camera2 available on API 21 and above...so I'm thinking is there a way for API 16 recording on Front Facing. The methods I saw on link I tried and only worked for the rear camera. Am I missing something?
Asked
Active
Viewed 195 times
0
-
There are several answers on the first question that explicitly list which camera to use - you can adapt those to use a front-facing camera ID instead. – Eddy Talvala Jan 16 '17 at 02:46
-
To my understanding, the part that says setProfile(CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH)); is what you change to make it front facing, however no matter what camera profile I use (.QUALITY_ LOW etc) the REAR only comes out. I am wondering is it phone specific? – Mark Ligot Jan 16 '17 at 13:23