Viseron v3.0.0b1 - Self-hosted, local only NVR and AI Computer Vision software

Great!

Yes the frontend supports MJPEG streams, and they will also be sent to Home Assistant as a camera entity.
Images are only sent when processing of a frame is done so if you have low intervals set the stream might appear a little laggy

Is the project abandoned?

It definitely is not!

I am working on a huge refactor of Viseron which will make it a lot more stable and much easier for me to implement new features.

I am very close to release of this new version, with only some parts of the documentation left.

You can follow the progress over at github.

1 Like

Thanks for replying. Can it be run successfully run on Jetson Nano together with HA?

Yes the new version runs on the Jetson Nano with hardware acceleration enabled

Once again thanks - this the github documentation sufficient or other docs exists to properly run it on Nano?

The nano is specifically referred to in the docs.

@roflcoopter
What about using Yolo V7 in Viseron?

Its coming in the near future.
I just need to release v2 before i start working on anything new, which should just be days away at this point.

1 Like

2.0.0b1 - Viseron rewrite
v2 of Viseron is now finally in beta stage!
This release features a massive rewrite that I have been working on for the past year.

It focuses on decoupling all parts of Viseron, making it more modularized. This allows for easier integration of new functionality.

The config.yaml file will change completely so there is some work that has to be done by each user to port over to the new version.
The general config format is a component which implements one or more domains.
Each camera has a unique camera identifier which flows through the entire configuration.

The nvr component then ties all these different domains together and provides the full functionality.

The big benefit of this new format is that you can mix and match components more freely.
For instance, you could use different object detectors for different cameras, you are not tied into just one.

It also features a new frontend and a new documentation site!

Check out the release page for more information and some screenshots

1 Like

Fantastic. Any chance of a HA addon?

1 Like

First thank you for this component.
I read the documentation and searched through github but couldnā€™t find a sample configuration file with all available components.
Thank you

Will look into it! Might be a bit complicated due to all the hardware acceleration but Iā€™ll see what I can do

2 Likes

You can find all components in the Components Explorer page, and they all have a config example.

Or do you mean you would like one example with all the components aggregated?

Thank you. Apologies if Im missing the obvious, but i did look in the Components explorer, which for instance has Coral, but when you click on Coral it takes you to ā€œpage not foundā€.

You are right, sorry about that, the deployment must have gone wrong, looking into it

Itā€™s working for me now, can you refresh and confirm?

Unfortunately not. Still showing

Page Not Found

Now i can see them. Thank you
One question, when using the roflcoopter/amd64-cuda-viseron image, is dlib working with cuda as well?

Yes dlib uses cuda by default.

Now I canā€™t see the pages again :sweat_smile: something strange going on