[-] jkaczman@lemmy.zip 12 points 2 weeks ago

The only thing AI is used on in this project is strictly for user interface work (our website, the front-end for the mobile app, the front-end for the deploy tool). We carefully vet anything like that.

I think you may have misinterpreted my "automations, systems, and AI" (you put it in bold), that is intended to show my experience in machine learning (example: I spent 4 months in a lab helping improve the accuracy of wearable ECG abnormality detection). I do not rely on LLMs.

[-] jkaczman@lemmy.zip 5 points 2 weeks ago

Hi muusemuuse, this is meant to be a drop-in replacement to WiFi cameras (and therefore accessible to non-technical users, easy to use and easy to setup). Frigate is great, and we definitely recommend it if you have the time to get it up and running.

In regard to being able to use it without the app, that's not possible unfortunately due to the end-to-end encryption that takes place. An application needs to be on the other end to decrypt things.

Our app is available through Obtainium if you do not like the Play Store. It is also reproducible, so you can verify to make sure it was derived from our mobile_client codebase.

[-] jkaczman@lemmy.zip 14 points 2 weeks ago

I can't speak to the account thing, I checked the guy you replied to and it seems like his is 3 months old, not yesterday.

I wanted to mention that we plan to get a third-party security audit by a reputable firm sometime this summer.

[-] jkaczman@lemmy.zip 5 points 2 weeks ago

In theory, that should be possible. We haven't tested it.

[-] jkaczman@lemmy.zip 23 points 2 weeks ago* (last edited 2 weeks ago)

We like the Pi because:

  • It has a hardware-accelerated H.264 encoder (Broadcom VideoCore IV GPU). This allows video encoding to be off-loaded off the CPU.
  • The extra compute allows us to do be able to do higher frame-rates and video quality than an ESP32 is capable of
  • We made our motion detection for events more accurate through offering the option of human/pet/vehicle detection, which I don't think ESP32 would be capable of (at least not in terms of the level of accuracy we currently achieve).
  • I haven't researched this, but I'm not sure if an ESP32 could handle the end-to-end encryption computation, unless it has a co-processor for it
[-] jkaczman@lemmy.zip 20 points 2 weeks ago

Thanks for your interest!

We tried adding it on f-droid, but it seems like they have a backlog of projects to add. They haven't gotten to test it out yet it seems.

This is why we now support Obtainium for people that do not wish to use Google Play. It can be hooked up to our mobile_client repository releases to pull the universal APK.

We do not charge anything for DIY. For our future offering, we have some information on the main page (secluso.com) of our site in section 4, along with what you would get.

[-] jkaczman@lemmy.zip 7 points 2 weeks ago

Sorry about that! Is there anything specific I can answer?

The base runs on a Raspberry Pi Zero 2W. This is capable of running motion and AI detection (human/pet/vehicle). It supports live-streaming and motion/ai-detected events, which sends a 20 second video clip to the mobile app. All of this is end to end encrypted.

With DIY, you're able to pick between an OV5647 and IMX219 sensor (Raspberry Pi Camera Module V1 and V2 respectively). With V1, it's 1296x972. With V2, it's 1640x1232 (97.4% of 1080p).

[-] jkaczman@lemmy.zip 17 points 2 weeks ago

Fair points. I appreciate the constructive criticism! Moving forward, we will improve on our documentation. In terms of review, we always review and test each other's code (sometimes via other mode of communication), even if there weren't any comments on the pull request.

[-] jkaczman@lemmy.zip 6 points 2 weeks ago

Hi Brkdncr, thanks for the question!

We honestly do not have a concrete answer for the temp ranges. We've done some testing and made sure they stay under 150F in the 3D case shown in the picture.

We do not currently directly support solar/battery usage. You can probably DIY something together though!

For Software: We've started to thoroughly go through our dependencies by using the Cargo Vet tool, in addition to looking for unmaintained dependencies, dependencies that we can replace with a few lines of code, etc.

For Hardware: We're using trusted hardware providers like Raspberry Pi to try to mitigate this.

Let me know if you have any other questions!

[-] jkaczman@lemmy.zip 28 points 2 weeks ago* (last edited 2 weeks ago)

Those 11 commits were from a rebase-and-merge PR, which changes the date from the original commit. Notice how there's a week gap between those and the prior commits on the main branch.

The only thing AI is used on in this project is strictly for user interface work (our website, the front-end for the mobile app, the front-end for the deploy tool). We carefully vet anything like that.

[-] jkaczman@lemmy.zip 9 points 2 weeks ago

Hi kibblebits,

I pulled the links from the cloud camera controversies page from our website. We already had them compiled there. I didn't pre-write any answers. And you can see from our GitHub history that we've been around for over a year and a half, and that we're real people. Not bots.

Our automatic updates rely on immutable releases, ensuring that we can't pull them back to try to hide something malicious. Additionally, we have reproducible builds, proving that the binaries / deploy tool / OS were derived from our codebase.

Everything is self-host able, you do not need to pay us to get anything working. Our plug and play camera is completely optional, we're using it to help support our open source efforts and provide something that benefits the community.

[-] jkaczman@lemmy.zip 11 points 2 weeks ago

Common commercial cameras such as Ring/Blink/Nest are privacy-invasive and have lots of controversies, some examples being...

We started on this project a long time ago to fix these issues by making it so that no cloud provider can see your home security videos. It’s completely end to end encrypted and private-by-default. It also is super easy to use and doesn't compromise on features. As it's a Raspberry Pi and it's open source, it's completely auditable and not a black box (unlike these common camera providers).That means you can verify that nothing bad is going on within your camera, instead of relying on a promise from someone.

810
submitted 2 weeks ago* (last edited 2 weeks ago) by jkaczman@lemmy.zip to c/selfhosted@lemmy.world

Hey everyone,

We've built an open-source, privacy-preserving alternative to Ring cameras using a Raspberry Pi Zero 2W (called Secluso). It uses end-to-end encryption to send videos from the camera to a mobile app, which is available both in Google Play Store and Apple App Store. We also support Obtainium for people that do not wish to use Google Play.

We've put in a lot of effort to make it easy to set up! You can set up our camera on your own Pi in less than 5 minutes with minimal technical expertise using our easy-to-use GUI deploy tool. Here are our setup guide and open source release.

The image shows a Pi in an official Raspberry Pi enclosure that you can use for your camera. We've also been working on a HAT for the Pi to add night vision, audio, temperature monitoring for safety, all in a compact form factor. You can see the HAT and an enclosure for the whole camera in the photo.

We've been working on this for almost 2 years now, and we look forward to we look forward to seeing what you all think! If you're interested in our efforts in general outside of DIY, our main website with our pre-built offering is here: click to see our website

view more: next ›

jkaczman

joined 2 weeks ago