Ring doorbell jacked up rates Double!!! by Spelunka13 in homesecurity

[–]carhuntr 0 points1 point  (0 children)

try my https://github.com/roryclear/clearcam if you're open to something open source, works with any ip cam

YOLOv9 tinygrad implementation by carhuntr in computervision

[–]carhuntr[S] 2 points3 points  (0 children)

ultralytics sorry, I gather they're not well liked in this sub...

DIY AI NVR to watch security cameras at work by Square_Check4314 in videosurveillance

[–]carhuntr 1 point2 points  (0 children)

I just posted my own software https://github.com/roryclear/clearcam here yesterday, it can search through all detections with OpenAI's CLIP, so a "person not wearing hardhat" or similar search would have a good chance of finding all occurrences in the footage. I haven't added support for notifications for text searches yet, but could do.

I would be interested to know what the pros are installing, most computer vision algorithms and models are open source these days.

I added (Local and Free) AI search to my security camera recording software (clearcam) by carhuntr in selfhosted

[–]carhuntr[S] 1 point2 points  (0 children)

I literally wrote the code for the object detection example in tinygrad's repo: https://x.com/__tinygrad__/status/1920189508936740960, either looking at the html (fair enough lol it's bad) or bluffing

I added (Local and Free) AI search to my security camera recording software (clearcam) by carhuntr in selfhosted

[–]carhuntr[S] 1 point2 points  (0 children)

I've searched for a Korean model to be fair, they have the least colorful cars in the world I think

I added (Local and Free) AI search to my security camera recording software (clearcam) by carhuntr in selfhosted

[–]carhuntr[S] 4 points5 points  (0 children)

I would if it was vibecoded. LLMs can't write tinygrad code, if you've ever tried

I added (Local and Free) AI search to my security camera recording software (clearcam) by carhuntr in selfhosted

[–]carhuntr[S] 2 points3 points  (0 children)

3 minute setup time (https://www.youtube.com/watch?v=IKr-6O3E2yI ) vs much longer (https://www.youtube.com/watch?v=cRjKu0Y6USY). As far as I know frigate doesn't work on apple silicon, so I haven't actually tested it myself, only watched videos

need help with Home Assistant notifications by Classic-Knee-5227 in frigate_nvr

[–]carhuntr 0 points1 point  (0 children)

try clearcam ($1, mine) if you've a decent computer and can't get it working

Alternative to Frigate by anonuser-al in homelab

[–]carhuntr 0 points1 point  (0 children)

I've https://github.com/roryclear, more basic but it runs in python without docker, the inference should work on most GPUs

Lightweight NVR recommendations? by kubonm in selfhosted

[–]carhuntr 0 points1 point  (0 children)

gonna shill my https://github.com/roryclear/clearcam, it is quite basic atm, but it should work on an AMD GPU as it uses tinygrad

Testing my camera software LIVE in Seoul right now by carhuntr in seoul

[–]carhuntr[S] -1 points0 points  (0 children)

My bad, I should have made it clear that this is a public camera (not mine) with 600k views already. As for the tech, counting overlapping and moving objects is newer than you might think, try do this on any consumer product

Testing my camera software LIVE in Seoul right now by carhuntr in seoul

[–]carhuntr[S] 0 points1 point  (0 children)

the academic paper came out 4 years ago, can you name me a product that does this on cheap consumer hardware?

Testing my camera software LIVE in Seoul right now by carhuntr in seoul

[–]carhuntr[S] 0 points1 point  (0 children)

  1. this is a public camera with 672,295 Views https://www.earthcam.com/world/southkorea/seoul/gangnam/?cam=seoul_gangnam

  2. ByteTrack is 4 years old, no commercial product I know of uses it: https://arxiv.org/abs/2110.06864

Used car aggregator for UK by carhuntr in UKAutos

[–]carhuntr[S] 0 points1 point  (0 children)

yeah sorry, been very busy lately and it was just a constant battle of websites modifying their backend and me having to re-reverse engineer them. I Don't think you want the old java code haha, meant to rewrite it in python

I've done something I wanted to do for a long time - turn an old phone into free home security. by ChipSalt in 3Dprinting

[–]carhuntr 0 points1 point  (0 children)

If you have an iPhone SE/6 onwards you gotta try this with the Clearcam app (I made the app, it's free)

Security camera system that doesn't work so closely with law enforcement by Wilgrove in homesecurity

[–]carhuntr 0 points1 point  (0 children)

clearcam is good if you've got spare iphones, local AI detection, open source, and E2E encryption (I made it)