I’m not even expecting help from you. Nothing constructive? Better to stay silent…
tmjpugh
(Tmjpugh)
September 15, 2021, 6:29pm
5483
What version frigate?
What system OS?
How installed?
What camera using?
Looking at log it look like immediate crash but not sure. Can you verify log above is after some hours use?
I using several months now with never freezing or need to restart due to software error. In all case in this forum I think user, hardware, OS or camera specific issue and mostly at time of install or hardware change.
When I think…could you be running out of memory or storage? I had problem in past month where I run out of storage and cause similar error in log. I reduce retention days and solved. I think clips are in memory so I guess possible low memory create similar condition. Are you using high res image for clips? (Posting config and you easy we know this answer) maybe check using with low res stream for clips and hi res for recording if not already doing.
RobertusIT
(Robertus It)
September 15, 2021, 8:34pm
5484
Please can you show a simple way to install frigate in a docker , for a noob ?
I didn’t find a tutorial for that.
I wish to use my nuc with gpu passthrough and my usb google coral, with frigate in HA.
For now i use the entire machine and works, but i need to use proxmox to get other vm for other services.
ppluti007
(Pluto)
September 16, 2021, 4:28pm
5486
Have you seen this documentation?
https://blakeblackshear.github.io/frigate/installation
i used docker-compose and it is really easy.
you only need to redefine your path for persistency:
- <path_to_config_file>:/config/config.yml:ro
- <path_to_directory_for_media>:/media/frigate
ppluti007
(Pluto)
September 16, 2021, 4:31pm
5487
I’m using Frigate with a Beelink U55 with 3 cameras and it works very very well. No crash and no freeze for weeks
Cpu always under 25% and no memory issues. I will improve my cmaeras numbers
It’s a dedicated mini-pc for NVR
What hardware do you have?
RobertusIT
(Robertus It)
September 16, 2021, 4:52pm
5488
thanks but in proxmox how can i create it?
i didn’t found a step by step
Hachee
(Hachee)
September 19, 2021, 6:15am
5489
Hello, did you get to record audio?
palito
(Palito)
September 19, 2021, 6:34am
5490
Minglarn
September 19, 2021, 7:27am
5492
Having some issues with high cpu usage…
Running 8 cams where 5 of them is High-Res (2560x1920).
My CPU spikes at most 70% with an average of 50-60%.
Is this normal or is my ffmpeg settings all wrong?
What ffmpeg options would you use with an intel i5-6500T (Gen 5?)
I’ve set my ffmpeg as below, they sure are wrong…
Any advices are appreciated
hwaccel_args:
- -hwaccel
- qsv
- -qsv_device
- /dev/dri/renderD128
RobertusIT
(Robertus It)
September 19, 2021, 7:29am
5493
Yes i see a lot of times, but in proxmox how can i create a lxc?
Step by step, here in this docs, is too generic.
In proxmox Create CT , then i select hardware and ubuntu about software, then i have ubuntu in docker, and now which command i need to launch, to create frigate in lxc?
RobertusIT
(Robertus It)
September 19, 2021, 7:32am
5494
similar here when i used proxmox and google coral.
you need to use in the host. I see that HA and frigate in vm on proxmox and google coral, with or without these settings about ffmpeg, same result, high cpu, but google coral used. And i get passthrough of GPU for HA vm.
For now i use HA in a nuc, baremetal, without vm and cpu is low.
So need to understand why in proxmox is too high.
ANd i need also understand setp by step how to create a lxc with frigate…
Minglarn
September 19, 2021, 7:37am
5495
Not using Proxmox or VM … Baremetal…
It’s an HP mini 400 G2 ProDesk with an i5-6500T and 8gigs of ram, running Ubuntu 20 LTE.
What is your avg CPU usage?
Hi! I’m using the latest one with Coral.
Home Assistant on Ubuntu, Docker
Frigate is on Docker, Integration with HA via HACS custom component.
Axis M2026LE-MKII- if I’m using it’s native resolution, I get:
frigate | ffmpeg.cam2.detect ERROR : rtsp://192.168.0.7:554/axis-media/media.amp?streamprofile=frigate: Server returned 5XX Server Error reply
frigate | frigate.video INFO : cam2: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
Whenever I use lower resolution, everything works well. I need to use as high resolution as possible cause the camera is installed on a decent height and people are rather small (need to be accurately detected), thus as it was recommended the optimal size of the object should be 300x300 or more.
With that in mind, I tried using the maximum resolution.
What I did to improve the situation - increased SHM SIZE to 2 GB.
Using 4 cameras totally now.
Thanks in advance for valuable advice!
tmjpugh
(Tmjpugh)
September 19, 2021, 9:03pm
5497
Resolution may be specific to role. you can Record Hi res and Detect using Low res. Without showing your config or your detailed communcation of this information. It is very unclear what you are doing.
I think it mean resolution you have in config does not match resolution sent by camera
opened 02:53PM - 27 Mar 21 UTC
closed 03:19AM - 12 May 21 UTC
stale
**Describe the bug**
Unable to capture camera frames via ffmpeg on RPI 3B . On … the webserver green color appears instead of actual camera frame
**Version of frigate**
0.8.4-5043040
**Config file**
Include your full config file wrapped in triple back ticks.
```yaml
mqtt:
host: test.mosquitto.org
cameras:
back:
ffmpeg:
inputs:
- path: rtsp://viewer:{FRIGATE_RTSP_PASSWORD}@10.0.10.10:554/cam/realmonitor?channel=1&subtype=2
roles:
- detect
- rtmp
width: 1280
height: 720
fps: 5
detectors:
cpu1:
type: cpu
cpu2:
type: cpu
```
**Frigate container logs**
```
pi@raspberrypi:~ $ docker run --mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000 --device /dev/bus/usb:/dev/bus/usb -v /home/pi/fri/media:/media/frigate -v /home/pi/fri/config.yml:/config/config.yml -v /etc/localtime:/etc/localtime:ro -e FRIGATE_RTSP_PASSWORD='password' -p 5000:5000 -p 1935:1935 blakeblackshear/frigate:stable-armv7
* Starting nginx nginx
...done.
Starting migrations
peewee_migrate INFO : Starting migrations
peewee DEBUG : ('CREATE TABLE IF NOT EXISTS "migratehistory" ("id" INTEGER NOT NULL PRIMARY KEY, "name" VARCHAR(255) NOT NULL, "migrated_at" DATETIME NOT NULL)', [])
peewee DEBUG : ('SELECT "t1"."id", "t1"."name", "t1"."migrated_at" FROM "migratehistory" AS "t1" ORDER BY "t1"."id"', [])
There is nothing to migrate
peewee_migrate INFO : There is nothing to migrate
detector.cpu1 INFO : Starting detection process: 32
frigate.mqtt INFO : MQTT connected
frigate.app INFO : Camera processor started for back: 36
detector.cpu2 INFO : Starting detection process: 34
frigate.app INFO : Capture process started for back: 38
frigate.video INFO : back: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
frigate.video INFO : back: ffmpeg process is not running. exiting capture thread...
ffmpeg.back.detect ERROR : [tcp @ 0x16f47e0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
ffmpeg.back.detect ERROR : rtsp://viewer:[email protected] :554/cam/realmonitor?channel=1&subtype=2: Connection timed out
frigate.http DEBUG : Received mqtt message on frigate/stats.
frigate.video INFO : back: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
frigate.video INFO : back: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
frigate.video INFO : back: ffmpeg process is not running. exiting capture thread...
ffmpeg.back.detect ERROR : [tcp @ 0xd317e0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
ffmpeg.back.detect ERROR : rtsp://viewer:[email protected] :554/cam/realmonitor?channel=1&subtype=2: Connection timed out
frigate.video INFO : back: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
frigate.video INFO : back: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
frigate.video INFO : back: ffmpeg process is not running. exiting capture thread...
ffmpeg.back.detect ERROR : [tcp @ 0x11277e0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
ffmpeg.back.detect ERROR : rtsp://viewer:[email protected] :554/cam/realmonitor?channel=1&subtype=2: Connection timed out
frigate.video INFO : back: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
frigate.video INFO : back: ffmpeg process is not running. exiting capture thread...
ffmpeg.back.detect ERROR : [tcp @ 0x251f7e0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
ffmpeg.back.detect ERROR : rtsp://viewer:[email protected] :554/cam/realmonitor?channel=1&subtype=2: Connection timed out
frigate.video INFO : back: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
frigate.video INFO : back: ffmpeg process is not running. exiting capture thread...
ffmpeg.back.detect ERROR : [tcp @ 0x14de7e0] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
ffmpeg.back.detect ERROR : rtsp://viewer:[email protected] :554/cam/realmonitor?channel=1&subtype=2: Connection timed out
```
**Frigate stats**
```json
{
"back": {
"camera_fps": 0.0,
"capture_pid": 38,
"detection_fps": 0.0,
"pid": 36,
"process_fps": 0.0,
"skipped_fps": 0.0
},
"detection_fps": 0.0,
"detectors": {
"cpu1": {
"detection_start": 0.0,
"inference_speed": 10.0,
"pid": 32
},
"cpu2": {
"detection_start": 0.0,
"inference_speed": 10.0,
"pid": 34
}
},
"service": {
"storage": {
"/dev/shm": {
"free": 66.8,
"mount_type": "tmpfs",
"total": 67.1,
"used": 0.3
},
"/media/frigate/clips": {
"free": 24680.7,
"mount_type": "ext4",
"total": 31083.6,
"used": 5104.4
},
"/media/frigate/recordings": {
"free": 24680.7,
"mount_type": "ext4",
"total": 31083.6,
"used": 5104.4
},
"/tmp/cache": {
"free": 1000.0,
"mount_type": "tmpfs",
"total": 1000.0,
"used": 0.0
}
},
"uptime": 374,
"version": "0.8.4-5043040"
}
}
```
**FFprobe from your camera**
Run the following command and paste output below
```
pi@raspberrypi:~ $ ffprobe rtsp://viewer:[email protected] :554/cam/realmonitor?channel=1&subtype=2
pi@raspberrypi: ~$ ffprobe version 4.1.6-1~deb10u1+rpt1 Copyright (c) 2007-2020 the FFmpeg developers
built with gcc 8 (Raspbian 8.3.0-6+rpi1)
configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared --libdir=/usr/lib/arm-linux-gnueabihf --cpu=arm1176jzf-s --arch=arm
WARNING: library configuration mismatch
avutil configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
avcodec configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
avformat configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
avdevice configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
avfilter configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
avresample configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
swscale configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
swresample configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
postproc configuration: --prefix=/usr --extra-version='1~deb10u1+rpt1' --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp --cpu=cortex-a7 --arch=armv6t2 --disable-thumb --enable-shared --disable-doc --disable-programs
libavutil 56. 22.100 / 56. 22.100
libavcodec 58. 35.100 / 58. 35.100
libavformat 58. 20.100 / 58. 20.100
libavdevice 58. 5.100 / 58. 5.100
libavfilter 7. 40.101 / 7. 40.101
libavresample 4. 0. 0 / 4. 0. 0
libswscale 5. 3.100 / 5. 3.100
libswresample 3. 3.100 / 3. 3.100
libpostproc 55. 3.100 / 55. 3.100
tcp @ 0x19889b0] Connection to tcp://10.0.10.10:554?timeout=0 failed: Connection timed out
rtsp://viewer:[email protected] :554/cam/realmonitor?channel=1: Connection timed out
```
**Screenshots**
If applicable, add screenshots to help explain your problem.
![frigate-rpi3b](https://user-images.githubusercontent.com/4300338/112724543-2eaade80-8f14-11eb-94c6-37e3f2e274a0.png)
**Computer Hardware**
- OS: [Ubuntu 20.04]
- Install method: [Docker Command]
- Virtualization: [None]
- Coral Version: [None]
- Network Setup: [Wired]
**Camera Info:**
- Manufacturer: Raspberry Pi , 8MP
- Model: V2.1
- Resolution: 1080p
- FPS: [5]
Detect on High res caused issues for me when doing this with (x8) camera, server would freeze and need reboot. I presume it was memory issue but never care to check further and just use low res since it worked more than adequately. Maybe only one camera need the detection with High Res. Maybe 1 camera high res detect and other low res. Freeze issue may also be a function of frame rate I guess. Again, without config it is impossible to know how you using. Maybe a lower frame rate will help
2 Likes
kpcz
(Kpcz)
September 20, 2021, 8:58am
5498
Hi all.
Just set up Frigate in docker on my Intel pc. Now I am thinking of buying a coral. What version/form factor is advisable to purchase? Probably the usb one would be more universal (as it could be usable with PI as well). Are there some drawbacks using usb coral in setup with ubuntu + Frigate docker containerm than the M2 versions ?
tmjpugh
(Tmjpugh)
September 20, 2021, 2:15pm
5499
USB was slower but still pretty fast for me.
I had usb power issue that made PCIE better as well, USB would not connect after some reboots for reasons outside coral.
EDIT
Pricing may be a factor as well
I check today and USB is about double price of m.2 and PCIe. but they not so expensive so maybe not big deal
M.2 version now has DUAL TPU so this is very interesting to me!! Even with single TPU my current limit is due to Server CPU not able to process high res fast enough to feed TPU so even Dual may not have real benefit for me.
1 Like
mcpaha
September 20, 2021, 4:53pm
5500
@Minglarn Hi!
I was at my summer cottage and I tried to connect my 510WA with rtmp stream with VLC to be sure that configuration is correct before adding it to Frigate. Sorry to bother but if you add your rtmp address to vlc - do you see stream?
Minglarn
September 20, 2021, 5:59pm
5501
No worries.
I see the RTMP stream nice and crisp.
I have a zone shaping my fence.
Whenever somebody’s walking or driving close to the fence, the Motion Box overlaps my fence boundary and the detected object (beyon Zone) gets automatically associated with my Zone (unwanted behavior as I need to classify objects only within a Zone). How to avoid it?