Fock, wil I ever get this stable?
I have a coral but to no avial… I cant see (dont know where to look and never seen a message no tpu detected fallling back to cpu) it does not use coral usb…
I tried:
detectors:
coral:
type: edgetpu
device: 'usb3:2'
detectors:
coral:
type: edgetpu
device: usb
detectors:
coral:
type: edgetpu
device: 'usb0'
This is the device in the ubuntu os:
root@frigate:/etc/frigate/config# lsusb
Bus 003 Device 002: ID 18d1:9302 Google Inc.
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
How can I be sure this coral is used?
I get this errors:
root@frigate:/etc/frigate/config# docker attach 8facad07ebb2
frigate.http DEBUG : Received mqtt message on frigate200/stats.
frigate.events WARNING : More than 90% of the cache is used.
frigate.events WARNING : Consider increasing space available at /tmp/cache or reducing max_seconds in your clips config.
frigate.events WARNING : Proactively cleaning up the cache...
frigate.events WARNING : More than 90% of the cache is used.
frigate.events WARNING : Consider increasing space available at /tmp/cache or reducing max_seconds in your clips config.
frigate.events WARNING : Proactively cleaning up the cache...
frigate.video INFO : schuurachter: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
frigate.video INFO : schuurachter: ffmpeg process is not running. exiting capture thread...
frigate.video INFO : voordeur: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
frigate.video INFO : voordeur: ffmpeg process is not running. exiting capture thread...
frigate.video INFO : terras: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
frigate.video INFO : terras: ffmpeg process is not running. exiting capture thread...
frigate.video INFO : parkeerplaats: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
frigate.video INFO : parkeerplaats: ffmpeg process is not running. exiting capture thread...
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55d6447a0140] moov atom not found
/tmp/cache/parkeerplaats-20210505135854.mp4: Invalid data found when processing input
frigate.events INFO : bad file: parkeerplaats-20210505135854.mp4
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55bfd1aa6140] moov atom not found
/tmp/cache/terras-20210505135854.mp4: Invalid data found when processing input
frigate.events INFO : bad file: terras-20210505135854.mp4
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55fd53f23140] moov atom not found
/tmp/cache/voordeur-20210505135853.mp4: Invalid data found when processing input
frigate.events INFO : bad file: voordeur-20210505135853.mp4
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55569f3dd140] moov atom not found
/tmp/cache/schuurachter-20210505135853.mp4: Invalid data found when processing input
frigate.events INFO : bad file: schuurachter-20210505135853.mp4
frigate.events WARNING : More than 90% of the cache is used.
frigate.events WARNING : Consider increasing space available at /tmp/cache or reducing max_seconds in your clips config.
frigate.events WARNING : Proactively cleaning up the cache...
ffmpeg.schuurachter.detect ERROR : [swscaler @ 0x55ab9896b540] deprecated pixel format used, make sure you did set range correctly
ffmpeg.schuurachter.detect ERROR : av_interleaved_write_frame(): No space left on device
ffmpeg.schuurachter.detect ERROR : [segment @ 0x55ab987e6640] Failure occurred when ending segment '/tmp/cache/schuurachter-20210505135853.mp4'
ffmpeg.schuurachter.detect ERROR : Error writing trailer of /tmp/cache/schuurachter-%Y%m%d%H%M%S.mp4: No space left on device
ffmpeg.parkeerplaats.detect ERROR : [swscaler @ 0x55d160396b80] deprecated pixel format used, make sure you did set range correctly
ffmpeg.parkeerplaats.detect ERROR : av_interleaved_write_frame(): No space left on device
ffmpeg.parkeerplaats.detect ERROR : [segment @ 0x55d1601f2c40] Failure occurred when ending segment '/tmp/cache/parkeerplaats-20210505135854.mp4'
ffmpeg.parkeerplaats.detect ERROR : Error writing trailer of /tmp/cache/parkeerplaats-%Y%m%d%H%M%S.mp4: No space left on device
ffmpeg.terras.detect ERROR : [swscaler @ 0x5576e4db6f80] deprecated pixel format used, make sure you did set range correctly
ffmpeg.terras.detect ERROR : av_interleaved_write_frame(): No space left on device
ffmpeg.terras.detect ERROR : [segment @ 0x5576e4162000] Failure occurred when ending segment '/tmp/cache/terras-20210505135854.mp4'
ffmpeg.terras.detect ERROR : Error writing trailer of /tmp/cache/terras-%Y%m%d%H%M%S.mp4: No space left on device
ffmpeg.voordeur.detect ERROR : [segment @ 0x55db40a8cc40] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
ffmpeg.voordeur.detect ERROR : [segment @ 0x55db40a8cc40] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.
ffmpeg.voordeur.detect ERROR : [swscaler @ 0x55db409b8340] deprecated pixel format used, make sure you did set range correctly
ffmpeg.voordeur.detect ERROR : av_interleaved_write_frame(): No space left on device
ffmpeg.voordeur.detect ERROR : [segment @ 0x55db40a8cc40] Failure occurred when ending segment '/tmp/cache/voordeur-20210505135853.mp4'
ffmpeg.voordeur.detect ERROR : Error writing trailer of /tmp/cache/voordeur-%Y%m%d%H%M%S.mp4: No space left on device
how to solve?