They’re affordable and ubiquitous, but homeowners shouldn’t be able to act as vigilantes.

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

I just grabbef a generic IP camera, connected it over ethernet, and firewalled it so it could not make connections out to my home network or the internet. Turns out it just uses an mpeg stream for the video, so recording it is just a matter of running curl on a server. Any network camera that does not depend on a server should work fine for this type of stuff.

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

    Yeah, this. I do the same with my Reolink cameras - block all external access and I use a Frigate docker container to record footage to my storage. Bonus is I have Frigate using a Coral TPU, so it's got some really accurate, and fast, inferencing/recognition baked in.

  • source
  • parent
  • [–] 3 points 3 years ago (4 children)

    Could I do this with an RPi 4 B 4GB, I wonder? I’m just About to have mine arrive and I would love to have a couple CCTV cameras in my place.

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

    As long as you are just doing capture and aren't attempting to do anything where a re-encode of the video stream is needed then absolutely. You'll need something other than a microSD card though to write the video too.

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

    Yes, elit does take some messing around to get working though, so I wouldn't recommend unless you want to spend a bit messing around with configuring a server. (Make sure to back up the pi's SD card so if it fails you can easily replace it)

  • source
  • parent
  • hideshow 1 child comment