You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find a possible reason, the Windows Camera Frame Server will occupy CPU 100% when opening the camera, and then VideoCapture Dispose will take a long time.
Summary of your issue
I dispose VideoCapture on my own computer is very fast, but it closes very slowly on a surface computer. Usually takes 6-7 seconds
Environment
.NET Version:4.8
NUGET:
My PC:
WIN10
CPU:Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz 2.59 GHz
Surface GO:
WIN10
CPU:Intel(R)N200 1.00 GHZ
What did you do when you faced the problem?
I use task.factory.startnew(()=>{}) to dispose it. but this will cause my content to go white at some point.
Example code:
Output:
StopCamera Info capture7.7534943
What did you intend to be?
The text was updated successfully, but these errors were encountered: