G grafsoft Well-Known Member Licensed User Longtime User Feb 7, 2016 #1 How can I find out if the device has a front or back camera?
eurojam Well-Known Member Licensed User Longtime User Feb 7, 2016 #2 look into Private Sub FindCamera (frontCamera As Boolean) As CameraInfoAndId in the CameraEx class this is a private sub, but you can use to get the camera type (back or front).May be, make it public and use the id for your purpose Upvote 0
look into Private Sub FindCamera (frontCamera As Boolean) As CameraInfoAndId in the CameraEx class this is a private sub, but you can use to get the camera type (back or front).May be, make it public and use the id for your purpose