Hi, i've looked around for posts on this for a while now and I can see alot of posts from people having issue with camera control in browser, the black screen and notification that "your camera isnt properly set up or already in use".
However I have a different issue here.
The camera control is working and its showing an image when I open in it in either a browser or the windows store app.
But It just wont capture the image, I click around all over the place and it just doesnt take the picture.
The way it takes the picture is with cameracontrols OnSelect property.
I also added a button that runs the same code as the OnSelect property, it navigates to the page like its supposed to but does not capture the image.
This all works on mobile devices, so I have no idea why this isnt working on laptop.
The OnSelect Property of the camera control is this
ClearCollect(
PICTEST,
Camera1.Photo
);
Set(
varBild,
First(PICTEST).Url
);
Navigate(TagenBild)
It captures the image and on the next screen you can decide if you like to save the image or not.
I run on version 3.18054.42
Any ideas?