Is there a way to stop the camera from automatically starting shooting? #2013
Unanswered
matsumotokobe
asked this question in
Q&A
Replies: 1 comment
-
If you have a look at the documentation (or the samples app), the Stop Preview "provides the ability to programmatically stop the preview from the camera." |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Even if you try the following method at the time of loading, shooting will start.
・IsEnabled="False"
・this.cameraView.AutoStartPreview=false
・ this.cameraView.StopCameraAsync()
Beta Was this translation helpful? Give feedback.
All reactions