veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

272
active users

#rtsp

5 posts4 participants0 posts today

🌕 ClearCam:為 RTSP 攝影機或 iPhone 增添物件偵測、追蹤與行動通知
➤ 賦予你的攝影機智慧,享受無憂的安全監控
github.com/roryclear/clearcam
ClearCam 專案開源了將現有 RTSP 攝影機或舊款 iPhone 轉化為先進 AI 安全監控系統的解決方案。使用者可以透過 Homebrew 安裝,或直接執行 Python 程式碼,為其攝影機或 iPhone 增加物件偵測、追蹤及即時行動通知功能,並支援遠端監控、事件剪輯回放,以及端對端加密。
+ 這真是太棒了!我一直想為我的 RTSP 攝影機加入物件偵測功能,ClearCam 讓這件事變得如此簡單。
+ iOS App 的設計很直觀,安裝過程也很順暢。能將舊 iPhone 變成智慧監控攝影機,真是物盡其用!
#物件偵測 #影像辨識 #物聯網 #智慧家庭 #RTSP #AI 安全監控

Add object detection, tracking, and mobile notifications to any RTSP Camera or iPhone. - roryclear/clearcam
GitHubGitHub - roryclear/clearcam: Add object detection, tracking, and mobile notifications to any RTSP Camera or iPhone.Add object detection, tracking, and mobile notifications to any RTSP Camera or iPhone. - roryclear/clearcam
Continued thread

I switched to the individual #RTSP streams from the ip cams with this #python script rather than use the #Frigate restream function which seemed to be a bit glitchy and also slow. It seems to be working pretty well overall. I haven't seen any failures yet.

I went ahead and switched over the webpage to show photos from this setup. I'll watch it for an hour or two to make sure things appear to be working correctly and then I'll turn off the old computer.

I might add more logging and ...

Continued thread

I've got the script now grabbing stills via #FFmpeg from the #Frigate #RTSP re-stream. All of that is working quite well but it's slow (takes about four minutes to process 16 cameras) and occasionally will fail to open the RTSP stream. There's no pattern to the failures. I tried both on the #Debian terminal container and from my Windows desktop, and it's equally slow and prone to occasionally not getting an image.

I guess I'll try switching it to the direct camera RTSP streams? 🤷‍♂️

Gibt es hier #fedinauten, die ihren #raspberrypi dazu nutzen um #rtsp #Stream|s auf einer Festplatte zu speichern? Aktuell nutze ich #ffmpeg für diese Zwecke. Ich habe kurzfristig mal #mediamtx probiert, aber habe ich das Problem, dass bei einem eine Stunde Video nach vier Sekunden nicht weiter abgespielt wird. 🤔 Ich vermute mal, dass ich hier was falsch gemacht habe. Ich brauche einfach nur ein #Tool, dass mir 24/7 den rtsp Stream sauber abspeichert und die Dateien jeweils nach einer Stunde stückelt.

Continued thread

It's interesting to look at the log from letting the script run overnight on a 2 min interval. It mostly worked but there were periods of up to an hour where it was not retrieving images and was failing with a 404 error (it's accessing #Frigate via the HTTP API).

I am going to try @ai6yr 's suggestion tonight and instead access the #RTSP streams. I'll start with the Frigate re-streams but I've got a feeling I may end up pulling directly from the cameras...

RTMP and NDI are both used for different streaming purposes.

The Real-Time Messaging Protocol (RTMP) is a widely used protocol for web streaming, offering low latency and compatibility with various platforms.

The Network Device Interface (NDI) is a standard for ultra-low latency, lossless transmission of video and audio over a network, particularly in live production environments.

#RTSP#RTMP#NDI