bughattiveyron

Results 9 comments of bughattiveyron

Anyone else still having issues? I was getting same errors. I decided to delete it from home assistant, and now even after a restart I can't reconnect with my credentials....

docker run ``` docker run -d --gpus "device=1" --name frigate_tensor --restart=unless-stopped --mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000 --device /dev/bus/usb:/dev/bus/usb --shm-size=256m -v /volume2/frigate/_data:/media/frigate -v /volume2/trtmodels:/trt-models -v /var/lib/docker/volumes/frigate_config/_data/config.yml:/config/config.yml:ro -v /etc/localtime:/etc/localtime:ro -e YOLO_MODELS=yolov7-tiny-416 -e FRIGATE_RTSP_PASSWORD='secret' -p 5000:5000...

Output from this command ``` docker run --gpus=all --rm -it -v `pwd`/volume2//trtmodels:/tensorrt_models -v `pwd`/tensorrt_models.sh:/tensorrt_models.sh nvcr.io/nvidia/tensorrt:22.07-py3 /tensorrt_models.sh ``` Im not seeing any data in my trt-models folder ``` ===================== == NVIDIA...

so I didnt realize I wasn't allowed to change the folder location

I just moved the models generated to my folder I created in volume2/trtmodels ``` 2023-01-27 17:43:55.985589455 [2023-01-27 17:43:55] frigate.app INFO : Starting Frigate (0.12.0-edbdbb7) 2023-01-27 17:43:56.016276767 [2023-01-27 17:43:56] peewee_migrate INFO...

recording files saved in media folder https://imgur.com/Md1fwDG event files showing in event tab of frigate https://imgur.com/S9mIYcB So am I misunderstanding what frigate is doing? Is it saving video recordings every...

https://youtu.be/NXyzFg6yQdo So then all those clips in the recordings folder that keep showing up are only events that frigate detects? If this is the case, are my cameras set to...

https://imgur.com/uRs6Tt8 So frigate will continue to capture an object that is stationary over and over?

Got it, that calmed down the recordings. Will try to go back through the docs to see what all I missed. Thank you