this post was submitted on 03 Jul 2023
463 points (97.3% liked)

Selfhosted

39208 readers
452 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

What is everyone else hosting? What am I missing?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago (2 children)

Shinobi seems to be pretty lightweight though. I’m running it in an orangepi zero recording 4 cameras 24/7 and streaming their feeds with no hardware issues from the orangepi. Would frigate be able to run on light hardware?

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Object detection will be a challenge, especially for multiple cameras. It'll probably be fine if you have an Intel processor with quick sync.

I'm running Blue Iris on a Windows VM. I also have codeproject.ai on an Ubuntu VM with a Quadro P2000 for object detection (it also does Plex transcoding, the object detection doesn't stress it very much).

My previous "home server" was a raspberry pi 4 running home assistant and motioneye for 2 cameras. It was able to handle it with a reasonable amount of headroom. That being said, I couldn't imagine an SBC being able to handle object detection on top of that.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

I've got frigate running on a HAOS VM as an add-on. 2 cameras both running detection with only 2 cores dedicated to frigate.

Using proxmox on an old Intel 5960x, very minimal usage I'm sure you would see reasonable results on an orangepi. I guess make a backup of your SD / NVME before wiping and testing.

Been meaning to tweak detection as it's a bit slow right now, wanting some automations built around person / presence detection utilising zone detection but it's too slow right now.