simphonydeveloper

Results 16 comments of 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...

I also have the same situation, I have a device that passes indexes and calls different cameras. you have resolved it?

是window的摄像头。 ![image](https://github.com/user-attachments/assets/d250971f-cf20-46f5-bae9-ce058eae86a9)

战神z7-ct7nt. 您接一些项目之类的吗?如果可以的话我们有相关的项目想跟您交流下。

好的,因为最近着急一个项目,或者您告诉我怎么解决这个问题的思路,我自己去解决也可以的。 感谢。

![4778150661ae83e4d70e51262375c14](https://github.com/user-attachments/assets/34d394bf-2849-4a48-b22a-9bae0b2238bc) ![406375f49ae3395607b53c56a2f6e1f](https://github.com/user-attachments/assets/c5d912ba-a2bd-4770-8790-6b72eb585bc8) 您好,今天测试一台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...