Anil Ozyalcin
Anil Ozyalcin
Hello! I am trying to get virtual COM port working on the MDK USB dongle in hopes of using this feature in a more involved project to provide debug info....
### Describe the problem you are having I noticed that in the dark after my camera goes to night mode, Frigate struggles to detect humans in the frame. This appears...
This PR is to add YOLOX support for the newly added OpenVINO detector. I added a new config parameter called model_type, which is `ssd` by default to match the default...
### Describe the problem you are having Awesome job getting OpenVINO into Frigate @NateMeyer! I just got a thin client with a J5005, and OpenVINO support was perfectly timed! I...
SetDarkMode in the beta version is using the `setForceDark` function of Webview which isn't supported as of Android 13. Looks like we should be using `setAlgorithmicDarkeningAllowed` instead. See the note...