Reputation: 128
I got blue preview screen when start camera many time on UWP. I used MediaCapture and CaptureElement to implement camera screen. Do you guys have any experience with this issue, please help me.
Thanks you so much!
Upvotes: 0
Views: 47
Reputation: 128
I found the solution. This issue happens because of device rotates many times when close-reopen camera screens continuously. I fixed it by change camera's initialization orientation to Portrait as same as application's.
Upvotes: 1