52 comments

  • taikon 19 hours ago ago
    • cortesoft 11 hours ago ago

      I love frigate... just had my neighbors come by because their dog was sick and were wondering if the dog had got into something in our back yard. Pulled up frigate, searched for "black dog" on the backyard camera, and found all the video of their dog.

    • hbcondo714 18 hours ago ago

      Also discussed here on HN greatly:

      https://news.ycombinator.com/item?id=44794508

  • BubbleRings a day ago ago

    So the app is free to download from the Apple site, and will run free, and is open source, but you have in-app purchases, and certain features can’t be used until you pay for them, is that right?

    What are the paid features and what are the costs? Do I have to install the app to see the list of paid features and costs?

    You might get a better response from HN if you give us more info up front.

    • roryclear a day ago ago

      Paid features are Live and event clip viewing over the internet, and receiving iOS notifications. You're paying for use of my server in those cases though, not for features I've made closed source. You can edit the code to use your own server if you wish too.

      I'm new to HN and thought shilling the paid stuff violates the rules, so I didn't mention them.

      • dang 19 hours ago ago

        (I'm a mod here) - it's fine to talk about paid features, as long as it's clear which ones are paid and which ones not.

        The only thing that wouldn't be fine is to post a Show HN with no way to try the product out (https://news.ycombinator.com/showhn.html) and you're fine on that part.

      • lukan a day ago ago

        "I'm new to HN and thought shilling the paid stuff violates the rules, so I didn't mention them."

        HN ain't a non profit charity, but is the forum of a venture capitalist company, so talking about paid things does not violate any rules.

        • all2 21 hours ago ago

          Paying for things does cause some folks to champ at the bit, though, so his assessment is not unwarranted.

          • cortesoft 11 hours ago ago

            It mostly gets people going on and on about how they could do it themselves for free.

  • formichunter 2 hours ago ago

    I have been trying to tackle this type of "Feature" but object detection and action detection seem to be a totally different problem. Use case: I want to "detect" when a car does not stop at a stop sign. I have researched this over youtube, reddit, etc and other than training it myself there are no models already out there, including YOLO. Can anybody offer advice on how to achieve this use case?

    • teruakohatu 2 hours ago ago

      Try building up a method iteratively. Start by calculating the speed of a car as it crosses the camera frame.

      Then try calculating the speed between two points (in car length in front of and a car length behind the stop sign).

      Then set a threshold for how fast is too fast for a car to realistically go between those two points without stopping. Get notified with a video snippet when a car is above this threshold. Adjust the threshold based on the videos you are capturing.

      It won’t work if your object detection is not running at your camera framerate.

  • 0points 2 hours ago ago

    Check out frigate for a full NVR solution, including object detection

    https://frigate.video/

  • bdcravens a day ago ago

    Am I reading your README correct, that in order to sign up to use the app on Android, you have to install and sign up using an iOS device (using Apple's payment system) and then login on Android using the credentials you created?

    • roryclear a day ago ago

      Yeah sorry that’s confusing, I need to change or remove it until I’ve a payment system setup.

      There is an unfinished but functional APK and android project in the repo, but it’s not on the Google Play store yet, their approval process for new individual devs is long

  • waschl a day ago ago

    Anyone can recommend a good quality camera without spyware and ideally open sw stack. I am willing to do it myself with little soldering etc. that’s one rabbit hole didn’t enter yet

    • dns_snek a day ago ago

      Depending on your definition of "good quality", you might find this project useful: https://thingino.com/

      Most cameras on that list are low cost, typically with 4-5MP sensors. They don't compete on the high end in terms of image quality but you will have an open source firmware stack with root access over SSH.

      Models from Eufy, Cinnado, Jooan, TP-Link, WUUK, Galayou are relatively easy to source on Amazon or Aliexpress.

    • giobox a day ago ago

      The best option is just to assume any IPCam is unsafe and firewall them off in my experience; even with a fully open source camera stack connecting it directly to internet is not that great a practice. Put them on a no internet access VLAN and you can largely buy whatever cheap IPCams you want, etc etc. If you want remote access you should expose the server running the camera management software/NVR securely, not the cams.

      This is basically how I run Frigate at home today, with only the NVR able to reach the camera IPs on my no web access “internet of nothing” VLAN.

      • mbasho 12 hours ago ago

        Related to the original comment - can anybody recommend a budget router with vlan?

    • biinjo a day ago ago

      What about the Ubiquity gear? It’s maybe not AS open as you would prefer but no spyware and required cloud services is a big win in my book.

    • mysteria a day ago ago

      It's not open source but used Axis cameras are pretty cheap and have rtsp and onvif support. Those mostly come from commercial installs and can be configured offline using a web interface.

      • rkagerer a day ago ago

        Axis cameras are great. Their product support is awful.

        • mysteria 21 hours ago ago

          For used cameras I don't expect to get any form of official support. IMO their documentation is clear and they provide software updates for 7 years.

    • brk 17 hours ago ago

      Nothing good has an open software stack. There are some brands (eg: Axis, Bosch, Hanwha), that support 3rd party apps that can run on the camera and perform various tasks, including AI applications.

      Any product that would fall under the good quality segment is primarily targeted at the commercial market, and nobody there is looking for open software.

      • _flux 6 hours ago ago

        There's https://openipc.org/ , if open source camera firmware is of interest to you. I actually ordered a few supported IP camera modules (basically complete IP cameras but without the case) from Aliexpress and tested that I'm able to compile a firmware, I shall see if I get it working once they arrive.

        It's not quite clear to me what the firmware is actually able to do, though. Apparently its motion detection is very basic, though, so you'd need to use e.g. Frigate for that.

    • snickerdoodle12 19 hours ago ago

      reolink is acceptable

  • jdiaz97 21 hours ago ago

    BoquilaHUB also does this, but with Rust: https://github.com/boquila/boquilahub/

  • snickerdoodle12 a day ago ago

    how does this compare with frigate?

    • diggan a day ago ago

      User of Frigate here. Seems these are some pretty major differences of what you can do for free with Frigate, but if you use Clearcam, you need to pay for "Clearcam Premium":

      - View your live camera feeds remotely.

      - Receive notifications on events (objects/people detected).

      - View event clips remotely.

      - End-to-end encryption on all data.

      What neither of the solutions seem to have, is encryption at rest. But I guess others, just like me, rather encrypt the volume/storage itself, instead of leaving it up to applications anyways, so might/might not matter for you.

      • baruz 20 hours ago ago

        The author states elsewhere that the payments are for the use of their server, which can be reconfigured.

        • diggan 20 hours ago ago

          Yeah, I'll admit to not having tried Clearcam myself, I was just going by the information from the README as-is.

    • roryclear a day ago ago

      fewer features, easier setup, with more GPUs supported. (I've not used frigate myself though, only watched videos)

      • diggan a day ago ago

        Where can I find the list of supported GPUs? Frigate been able to handle everything I've tried so far, all from Nvidia and AMD GPUs to even Intel iGPUs.

        • serf a day ago ago

          same here -- it's also among one of the only things to support Coral devices and RPi video cores.

          I would imagine any GPGPU compute-capable pre-CUDA thing probably won't cut it.

        • d0ugal a day ago ago

          I have used Frigate for years, I think early on it didn't support all of those GPUs. So it might be that said videos are out of date.

          • roryclear a day ago ago

            Maybe my view of frigate and tensorflow (assuming frigate still uses it) is outdated then. I’m referring to tinygrad vs tensorflow when I say GPU support, of course google’s tensorflow is best for google’s TPUs. I’ve had better luck using tinygrad on my personal devices, but I am biased as it’s been a while since I’ve used tensorflow

            • threecheese 17 hours ago ago

              This would be a good point of differentiation to make on your GitHub page or for a technical audience on your website. Frigate is SOTA in many folks minds, and to show that you are using tinygrad over tensorflow may be a good “modern-ness” signal for that audience.

              Edit: another solution in this space shows a list of supported ML runtimes, which would be good info for folks wanting to run on specific hardware. https://github.com/boquila/boquilahub

              • roryclear 14 hours ago ago

                Supported runtimes list would be nice, but I don't have access to much hardware to test on. I aim to remove most dependencies and support anything that can run tinygrad + ffmpeg

      • pimlottc 10 hours ago ago

        Sorry, which one are you talking about, frigate or clear cam?

    • sugarpimpdorsey 21 hours ago ago

      it's AGPL so you have to give anyone that views your camera feeds a copy of the source

      • skinkestek 7 hours ago ago

        Unless you’re making changes, isn’t it enough to just link back to the original repo?

        That said, I’ve also been in the camp that avoids AGPL-except maybe as a way to sell a commercial license while still being "open source," or just to be obnoxious. And honestly, I am still failing to see the upside in being obnoxious for its own sake.

  • leakycap 19 hours ago ago

    This just seems like an extremely inconvenient, very hands-on subscription given that similarly priced AI detection exists with reliable, cheap cameras.

  • djfobbz a day ago ago

    How come you didn't write the iOS version in Swift?

  • awaseem 21 hours ago ago

    This is sick! Thanks for open sourcing it!

  • imglorp a day ago ago

    Do we still call it CCTV if it's an IP network?

    • schobi a day ago ago

      Closed circuit television (CCTV) is a term to describe video transmission that is not broadcast. Traditionally with BNC cables going to a control room, monitors and recorders.

      I think this software-only post is meant for IP cameras / surveillance cameras. Internet is the oposite of closed circuit.

      Maybe CCTV is used as a synonym for surveillance now in some regions of the world, but certainly confusing for a non-native speaker.

      • diggan a day ago ago

        > I think this software-only post is meant for IP cameras / surveillance cameras. Internet is the oposite of closed circuit.

        I think in this case, IP is referring to IP from TCP/IP, meaning "The Internet Protocol", not necessarily over/through "public internet links", so as long as you're only within your own local network/WAN, wouldn't that still be CCTV then? Or maybe the "closed circuit" thing is more of a physical property than I read it to be?

        I'm also non-native English speaker FWIW.

    • loloquwowndueo a day ago ago

      You can use IP on a LAN with no outside access.

      • jsheard a day ago ago

        It's even recommended when building out a CCTV system with cheap Chinese IP cameras that like to phone home all the time. Stick 'em on a VLAN which can't access anything besides your local NVR.

    • teddyh a day ago ago

      “CCTV” has better optics than “surveillance camera”.

      • nixass a day ago ago

        Better as in better lenses?

        • johnisgood a day ago ago

          Or better look (as in spyware vs CCTV). Curious, too!

  • number6 a day ago ago

    Are there models that accurately register bullet impacts and calculate scores on shooting targets?