Earlier quoted context omitted.
The videos are stored in the mobile app and you can view them when you need. The camera captures videos when it detects an event, e.g., a person, encrypts them, and sends them to the mobile app. The app decrypts them and stores them locally, allowing the user to view them when needed. The app also allows for livestreaming and it keeps the livestreamed video locally as well.
So only when viewing the steam or also receiving in background? If in the background that means wiping the battery in no-time.
Show HN: Open-source private home security camera system (end-to-end encryption)
21–30 of 34 posts
Re: Show HN: Open-source private home security camera system (end-to-end encryption)
#22Re: Show HN: Open-source private home security camera system (end-to-end encryption)
#23Paint point on most systems is the camera itself. Seems like every Chinese ip camera has some 'ecosystem'. Does you system use any cameras other than Raspberry Pi?
Our project specifically is only meant for Raspberry Pi Zero 2W. We decided on this early on due to Raspberry Pi being a safer source for hardware, and it allows much more customization (e.g. custom 3D printed cases, our HAT, etc). We also wanted it to be a WiFi camera that's super easy to setup and doesn't require technical knowledge to use.
Re: Show HN: Open-source private home security camera system (end-to-end encryption)
#24Re: Show HN: Open-source private home security camera system (end-to-end encryption)
#25Earlier quoted context omitted.
ESP32: We haven't tested them. I would guess that they won't be able to handle the workload (on-device AI, encryption, and video encoding if there's no hardware encoder). Ciphersuite: We use OpenMLS and we can choose any of the ciphersuites supported by it. We are using its post-quantum secure ciphersuite (MLS_256_XWING_CHACHA20POLY1305_SHA256_Ed25519).
From what I understand, some camera modules for ESP32 have built-in video encoding, so basically the ESP32 will only have to manage the encryption + network. If you are interested, take a look at what SeeedStudio are doing. I think It's worth exploring for very cheap cameras, but yeah, no AI (without an additional accelerator).
Re: Show HN: Open-source private home security camera system (end-to-end encryption)
#26Re: Show HN: Open-source private home security camera system (end-to-end encryption)
#27Re: Show HN: Open-source private home security camera system (end-to-end encryption)
#28I still think thingino needs a lot, but it does the job so far.