Rust security-camera

Open-source Rust projects categorized as security-camera

Rust security-camera Projects

security-camera
  1. moonfire-nvr

    Moonfire NVR, a security camera network video recorder

    Project mention: Rust Contagious Borrow Issue | news.ycombinator.com | 2025-10-24

    I think if you've hit this problem and are looking for solutions, this article looks like a helpful read. There are lots of ideas there.

    I wouldn't say this is a super common problem (though I have hit it). The opening example here is that logic outside `Parent` is maintaining its summary state based on its children. That's unusual; typically `Parent` itself would be responsible for that, and so you can inline the logic without having to expose the fields.

    Sometimes inlining the logic gets impractical though if the logic is super long. In that case it can be helpful to split it into sub-structs so that you can easily call a method on a group of fields. I did that here, for example: <https://github.com/scottlamb/moonfire-nvr/blob/ff383147e4ff7...>

    There have been language proposals to define "view types" which are basically groups of fields that are borrowed. <https://smallcultfollowing.com/babysteps/blog/2021/11/05/vie...>

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. core

    A privacy-preserving Raspberry Pi home security camera that uses advanced end-to-end encryption. (by secluso)

    Project mention: Show HN: Open-source private home security camera system (end-to-end encryption) | news.ycombinator.com | 2026-05-29
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust security-camera discussion

Log in or Post with

Rust security-camera related posts

  • Rust Contagious Borrow Issue

    1 project | news.ycombinator.com | 24 Oct 2025
  • NVR in Rust

    1 project | /r/rust | 13 Apr 2023
  • IP Camera stream - simple recording - no resize/detection/etc - is it possible?

    1 project | /r/cctv | 6 Apr 2023
  • Surveillance system, how low can you go?

    1 project | /r/selfhosted | 5 Feb 2023
  • Open source software for Hikvision NVR

    1 project | /r/homedefense | 12 Sep 2022
  • Safari Technology Preview Release 145 –:has() and container queries

    2 projects | news.ycombinator.com | 13 May 2022
  • RFC 9225: Software Defects Considered Harmful

    1 project | news.ycombinator.com | 1 Apr 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 5 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

# Project Stars
1 moonfire-nvr 1,701
2 core 1,542

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Rust is
the 3rd most popular programming language
based on number of references?