simphonydeveloper
simphonydeveloper
Well, I solved this problem, because I used the myapp.keystore file generated by the Powershell tool of vs, but the default path of Powershell is the upper level of the...
This respository has not been updated for many years.
I also have the same situation, I have a device that passes indexes and calls different cameras. you have resolved it?
是window的摄像头。 
战神z7-ct7nt. 您接一些项目之类的吗?如果可以的话我们有相关的项目想跟您交流下。
好的,因为最近着急一个项目,或者您告诉我怎么解决这个问题的思路,我自己去解决也可以的。 感谢。
  您好,今天测试一台sufarce GO4的时候同样也白屏
> 我的P52S也是用不了,显示不到东西,摄像头已经被调用亮灯了,可是一片空白。 我回到旧版本了,用旧版本可以。
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.
when i add callbackpath it working. ```c# .AddOpenIdConnect("sid", options => { options.SignInScheme = "Cookies"; options.ResponseType = "code"; options.Authority = "https://localhost:5001/master"; options.RequireHttpsMetadata = false; options.ClientId = "protectedServersideApp"; options.ClientSecret = "password"; options.GetClaimsFromUserInfoEndpoint...