you are viewing a single comment's thread
view the rest of the comments
[–] 33 points 2 years ago (2 children)

Use POE Ethernet. Problem solved.

  • source
  • hideshow 4 child comments
  • [–] 2 points 2 years ago (5 children)

    Any recommendations for PoE cameras?

  • source
  • parent
  • hideshow 10 child comments
  • [–] 2 points 2 years ago (1 child)

    I use hikvision and the quality is great in low light. I haven't connected them to the internet since I use Frigate and Home Assistant to monitor the feeds.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 0 points 2 years ago

    I put mine on an unconnected network attached to a connected desktop. Videos are written and uploaded to the cloud when motion is detected. ISpy is a good open source video system even if it is written in C#.

  • source
  • parent
  • [–] 0 points 2 years ago (2 children)

    UniFi Protect is outstanding. You need to buy one of their NVRs or cloud gateways to use it, but it's incredible & wouldn't want another system for our house/family business

  • source
  • parent
  • hideshow 4 child comments
  • [–] 3 points 2 years ago (1 child)

    Didn't they accidentally send supposedly private video to the wrong users recently?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 years ago

    Yes, there was an incident where ~1k people received push notifications that were intended for other accounts

    Shitty, but they addressed the issue within 24hr, notified impacted users, and published a sitrep. They handled it extremely well imo, but also you could disable the cloud connection if it concerns you

    https://community.ui.com/questions/Bug-Fix-Cloud-Access-Misconfiguration/fe8d4479-e187-4471-bf95-b2799183ceb7?ref=404media.co

  • source
  • parent
  • [–] 1 point 2 years ago (3 children)

    Quick question: What advantages do PoE cameras have over offline CCTV cameras?

  • source
  • parent
  • hideshow 6 child comments
  • [–] 10 points 2 years ago (1 child)

    They’re essentially the same, but you only need to run one wire to them instead of two. The PoE means you don’t need to worry about getting power to the camera, which historically has been one of the more expensive parts of installation; It usually means tying into existing electrical boxes if they’re nearby, or pulling new lines if they’re not. But with PoE, everything is on that one cable.

    There’s also the advantage that a networked system can be controlled remotely. Things like pan/tilt/focus/etc can be remotely controlled via Ethernet. So if you have configuration options with the camera, you don’t need to physically access it with a ladder just to make those adjustments.

    As for the actual video, it’s not much different; Everything lands at a centralized hub, which then records the video or streams it to a remote server, which then records it. There are advantages and disadvantages to either, and it’s typically advised to do both. Because with a local server, once a thief gets physical access to it, they can do whatever they want with it. You were relying on that video footage, but now it’s useless because the thief took all of your hard drives. With a remote system, the big disadvantage is that it’s reliant on your internet connection. So all a potential thief has to do is cut the line going into your house.

    For a truly “secure” system, the general consensus is two local servers and a remote server. Have one local server accessible, in something obvious like a server rack. Then have another redundant server somewhere else, which is more hidden and more difficult to access. And put power backups on those local servers, so they can’t simply cut the power at your breaker panel. The hope is that even if they cut your internet and/or power, and destroy the first local server, you still have the second local server. This is notably easier to do with a PoE system, due to the aforementioned lack of power runs to the cameras. Just put your network on the power backup, and the cameras will continue to function even after the power is cut. But that’s hella expensive, and would typically be reserved for enthusiasts, paranoid apocalypse preppers, and/or rich people.

  • source
  • parent
  • hideshow 2 child comments