In Android, I'm using Camera2 Lib, I’ve downloaded the example, but I’m not sure how to get it running on iOS
I read that Camera2 is an internal library, is it only available for Android?
Note: I'm happy to use any library that supports displaying a panel over the camera. Any recommendations would be appreciated.
I'm only looking for two features in a library for iOS:
The ability to display a panel (transparent) over the camera while taking a photo.
Support for using the front-facing camera.
(On Android, the only solution that worked for this was Camera2)
Do you know if it's possible to add a transparent overlay panel while taking a picture using either MediaChooser or iMedia?