Earlier quoted context omitted.
A 7U cabinet in an overhead space that is difficult to access. Installation and configuration were a bit of a headache but ended up being worth it. There was a NAS in the office and they stripped 7 drives, sleds and all, out of it. I'm guessing with such an obvious endpoint for the camera storage it never occurred to anyone there was a second box. I had something like this in mind when I wired the building. It seemed…
Cutting Starlink and stripping drives from a NAS? This seems like a pretty sophisticated operation, much more so than the usual copper thieves and the like. Do you have reason to believe your shop was specifically targeted?
Ubiquiti: Enterprise NAS, Built on ZFS
371–376 of 376 posts
Re: Ubiquiti: Enterprise NAS, Built on ZFS
#372Earlier quoted context omitted.
This is why I think someone should market a cheap SIGINT tool that collects BT/BTLE/Wi-Fi data from nearby devices. I've got this setup running on a Raspberry Pi near my front door and it collects all sorts of useful data, even from people walking by on the sidewalk, 30 feet and two walls away. At some point, I'd love to explore vehicle emissions more, too.
So the radio equivalent of Flock cameras...
That is why they need WiFi info for ‘fine location’.
Re: Ubiquiti: Enterprise NAS, Built on ZFS
#373Earlier quoted context omitted.
Their camera system isnt awful, but I would still pick Frigate over it (I have the option for both at home and have ran each). Frigate is nice in that it works with any old RTSP IP camera - many features in Unifi's NVR support only work with their own over-priced cameras. High quality PoE cameras are extremely cheap nowadays. If you connect a non-Ubiquiti branded RTSP cam to their NVR software you lose a ton of featu…
How many cameras do you have on your frigate instance? i’ve been running frigate for couple years and seemed to have hit a limit of 6 cameras. 3 of them are wireless and 3 are connected to Ethernet. Mainly adding any more seems to adversely impact detection. I suspect it was maybe because the coral TPU board was hitting its limits. So I recently switched to intel arc a380 for inference. I’m going to add more cameras…
Wireless cameras can also cause their own set of issues, but I can understand using them if you have to.
Re: Ubiquiti: Enterprise NAS, Built on ZFS
#374Re: Ubiquiti: Enterprise NAS, Built on ZFS
#375Earlier quoted context omitted.
I tend to agree with you. In my opinion, as long as the majority of their profits come from people continuing to buy the self-host devices, it is fairly unlikely they'll ever stop offering those devices. Why change a working business model? Yes, subscription models are enticing for that recurring revenue... number must go up, right? /s If a majority of your sales are not in subscription products though, I think it wo…
They can sell subscriptions to people who buy them and allow self contained as possible. For securities sake requiring off-site storage of a security system is a non-starter.
Re: Ubiquiti: Enterprise NAS, Built on ZFS
#376Earlier quoted context omitted.
Their camera system isnt awful, but I would still pick Frigate over it (I have the option for both at home and have ran each). Frigate is nice in that it works with any old RTSP IP camera - many features in Unifi's NVR support only work with their own over-priced cameras. High quality PoE cameras are extremely cheap nowadays. If you connect a non-Ubiquiti branded RTSP cam to their NVR software you lose a ton of featu…
How many cameras do you have on your frigate instance? i’ve been running frigate for couple years and seemed to have hit a limit of 6 cameras. 3 of them are wireless and 3 are connected to Ethernet. Mainly adding any more seems to adversely impact detection. I suspect it was maybe because the coral TPU board was hitting its limits. So I recently switched to intel arc a380 for inference. I’m going to add more cameras…
Worth noting most of the time the Corals sit idle in many setups, as Frigate only wakes them up if it detects motion with simpler algorithms on the CPU first. You gain capacity for a further 100 detections/sec for every Coral you add essentially. The corals are not sitting watching every single frame from every camera, which I think is a common misconception about Frigate.
It's worthwhile to spend some time with the docs - the mistake I always see made is folks passing a full fat 4k stream for detection at some silly FPS, which generally doesn't make the detection work any better and greatly increases processing costs.
If your six cameras really are generating enough events (100 a second) to saturate a coral, I'd be looking at what else I screwed up!
> https://docs.frigate.video/frigate/camera_setup/#choosing-a-...