Hi all,
My app uses the standard camera for taking pictures (iOS and Android), but since I want to change the behaviour of the camera itself I need to create an in-app camera. I took a look at the ConferenceVision example, which seems pretty good for me: https://github.com/microsoft/ConferenceVision . The user in my my app has to take a picture, view it, and if the picture is good enough send it to an API.
Problem is that I cannot get it working in my app. It doesn't show the camera permissions somehow (it doesn't ask for any permissions), which causes the app to not show the camera.
I made a simple demo in the attachment, I hope someone can help me with this.