• 1 Post
  • 25 Comments
Joined 2 days ago
cake
Cake day: May 24th, 2026

help-circle
  • It should not be too difficult to set that up with Tailscale. There’s no advanced configuration or anything of the sort. Download runtime binaries -> unzip -> generate a user credentials QR using the config tool -> put the user_credentials file in the user_credentials folder next to the server binary -> setup a service for the server on the machine you intend to use.

    Our post was taken down on Reddit a couple hours after it was made due to a misunderstanding. The moderators re-instated it a day or two later.






  • 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.










  • 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


  • 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).


  • Hi kibblebits, please see below!

    • We do not have telemetry.
    • Our Android app is fully byte-for-byte reproducible. If you build it locally on your machine using our reproducible build script, it will match byte-for-byte the one in our GitHub releases. You can read more about reproducible builds here. In addition to our Android app, our deploy tools, OS image and binaries have these as well. This guarantees they were built from the source from our repositories.
    • Our relay is self hostable on any VPS you like.

    We’d be happy to add an option to disable auto update in our next release.

    If you have any other ideas for features we can add or changes we should make, please let us know.


  • Thanks for the reply! Based on what I know about motionEyeOS, I would say the projects have different goals.

    From MotionEyeOS’s website: “Get instant email notifications when motion is detected.”, “Save recordings to cloud services, network drives, or local storage. Automatic backup and archiving options.”

    We differ because we specifically made this to not compromise on functionality. We offer push notifications, easy private access via our mobile app, and the cloud relay cannot decrypt videos.(whereas it seems if you were to use the cloud with MotionEyeOS, they would not be encrypted).

    While you could go local in MotionEyeOS to avoid that, it would be more inconvenient for most people, and we wanted something that could be a non-feature-compromising private replacement to modern cameras that’s simple to setup and easy to use.