NPPprojects
Results
2
comments of
NPPprojects
What phone are you using? Using a Pixel 4, I only get about 5 FPS, when using Tiny-Yolov4. Are you optimizing your code in some significant way?
To anyone stuck on this, found a solution on the following forum: https://forum.unity.com/threads/how-to-allow-self-signed-certificate.522183/ Modified my code to https instead of wss and added the following: ```cs public class WebSockets :...