viseron icon indicating copy to clipboard operation
viseron copied to clipboard

Self-hosted, local only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, o...

Results 143 viseron issues
Sort by recently updated
recently updated
newest added

Hello, Thank You for a great work so far! I want to use a Jetson nano GPU to handle the streams for recorder and use Coral TPU for object detection....

When a face detection message is sent, could the attributes be populated with the camera where the frame originated? Loving the project. Superb work!

Good evening, I am consistently experiencing the following error upon face expiration. > Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/usr/lib/python3.8/threading.py", line 1254, in...

First, thanks for publishing this project. I'm trying to infer objects faster than 1 FPS. My camera is 20 FPS. I have the motion detector down to 0.05 (1/20). Object...

Hi @roflcoopter, I'm playing with gstreamer in the viseron/camera/stream.py. ![image](https://user-images.githubusercontent.com/6585448/145275466-b0e0c673-64a7-4f75-aa01-7f323d3f1e73.png) It seems GStreamer is processing RTSP stream and uses hardware acceleration. However, I do not see any calls to the...

Hi @roflcoopter , thank you for the great work you're doing! I'm trying to build a jetson-nano docker image on Jetson Nano. I'm getting this error message ``` ---> Running...

ETA: Love your work, looking forward to resolving my issues and getting to play with this. Kind of stumped. **Receive this error on Front End** `Traceback (most recent call last):...

I have been trying to load in the latest Yolov4 models below to Viseron for testing and when I do, no objects get detected. https://github.com/AlexeyAB/darknet/releases/tag/yolov4 The scaled Yolov4 model seems...

While Username and passwords are redacted from logs in the FFmpeg command, if there is an error, they are not redacted. ``` [2021-10-28 12:30:59] [ERROR ] [viseron.camera.stream.front_porch] - Retrying None...

Having the `-filter:v` conflicts with my transpose: ```yaml filter_args: - '-vf' - "transpose=2" ```