Hello all,
I followed the Microsoft Docs tutorial on how to implement the camera to be able to take pictures with our PDA's. The goal is to put the pictures on a specific folder.
The call of the camera is done via the DotNet variable with "RequestPictureAsync".
Only the whole thing does not really want. The camera OPENS and I can take a picture. Then a progress bar "Upload..." appears. followed by an error "Error uploading image...". The image is stored in the NAV app cache on the Android. The run never gets into the "Camera::PictureAvailable".
What can be the error here?
Where does the app want to load the picture? (Temp folder?)
Hope someone can help me.