Andrew Kohlsmith
Andrew Kohlsmith
When I try to transfer a docset using AirDrop I get a prompt on the iPad to either go to the App Store, Open in Files or Decline. If I...
Similar to my signal handler FR, this would have Viseron subscribe to a one or a few topics so I could send a message and have Viseron trigger a normal...
This is something that would really help configure a system. I have many, many recordings which should absolutely be tripping the motion and object detectors but for one reason or...
Two questions: 1. `interval` is how often to run the specified detection. Does that mean that all the frames between the last run and this run will be analyzed, or...
I'm using MQTT Explorer to watch what's going on on the MQTT side of things. I've noticed that when objects are detected, the `detections` list is either "`null`" or an...
At present, Viseron currently pulls in the object models when Docker creates the image. Would it be possible to specify a second directory (something like `-v /host/path/models/custom:/models/darknet/custom` or somesuch) so...
Presently the only way to update the config is to quit and re-load. SIGHUP might be handy to re-read the config file. I'm also noticing that ^C to quit stops...
Is there any documentation on the directional coupler? It looks like some kind of large ferrite over part of the board, but I can't see any information other than that...
On the nRF52840 there are two UARTEs but the `nrf52840_peripherals.h` file says there are two UARTEs and a single UART. This isn't entirely correct -- the UART is at address...
With SDK15 and the nRF52840, what is the correct way to include the USBD (specifically the CDC/ACM class) component? I started by adding ``` SDK_HEADER_PATHS += $(SDK_ROOT)components/libraries/usbd/ SDK_HEADER_PATHS += $(wildcard...