Tech News
← Back to articles

Show HN: Clearcam – Add AI object detection to your IP CCTV cameras

read original related products more articles

clearcam

Turn your RTSP enabled camera or old iPhone into a state of the art AI Security Camera

Now on the Apple App Store

https://apps.apple.com/app/clearcam/id6743237694

video demo:

https://x.com/RoryClear/status/1959249250811785405

install and run NVR + inference with homebrew

brew tap roryclear/tap brew install clearcam clearcam (optional) enter your Clearam premium userID (viewable in iOS app) to receive streams and notifications open localhost:8080 in your browser

run NVR + inference in python (from source)

pip install -r requirements.txt python3 clearcam.py (optional) enter your Clearam premium userID (viewable in iOS app) to receive streams and notifications open localhost:8080 in your browser

... continue reading