[Camera Support]: Asecam 4k POE Cameras
See original GitHub issueDescribe the problem you are having Setting the frigate to detect objects in full 4k (3840x2160) the logs start to drops a lot of error related with ffmpeg and decoding crashes resulting in lagging live preview.
Version 0.11.1-2EADA21
Frigate config file
mqtt:
host: 127.0.0.1
user: homeassistant
password: xxxxxxx
detectors:
coral:
type: edgetpu
device: usb
cameras:
camera_1:
ffmpeg:
inputs:
- path: rtsp://xxxxxxx:xxxxxxx@192.168.4.35:554/stream1
roles:
- detect
- record
output_args:
record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
detect:
enabled: True
width: 3840
height: 2160
fps: 15
objects:
track:
- person
- cat
- dog
camera_2:
ffmpeg:
inputs:
- path: rtsp://xxxxxxx:xxxxxxx@192.168.4.161:554/stream1
roles:
- detect
- record
output_args:
record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
detect:
enabled: True
width: 3840
height: 2160
fps: 15
objects:
track:
- person
- cat
camera_3:
ffmpeg:
inputs:
- path: rtsp://xxxxxxx:xxxxxxx@192.168.4.41:554/stream1
roles:
- detect
- record
output_args:
record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
detect:
enabled: True
width: 3840
height: 2160
fps: 15
objects:
track:
- person
- cat
record:
enabled: True
retain:
days: 7
mode: motion
events:
retain:
default: 14
mode: active_objects
snapshots:
enabled: True
retain:
default: 30
birdseye:
enabled: True
mode: motion
logger:
default: info
logs:
frigate.mqtt: error
Relevant log output
frigate | [2022-12-10 16:19:01] frigate.app INFO : Starting Frigate (0.11.1-2eada21)
frigate | Starting migrations
frigate | [2022-12-10 16:19:01] peewee_migrate INFO : Starting migrations
frigate | There is nothing to migrate
frigate | [2022-12-10 16:19:01] peewee_migrate INFO : There is nothing to migrate
frigate | [2022-12-10 16:19:01] frigate.app INFO : Output process started: 219
frigate | [2022-12-10 16:19:01] frigate.app INFO : Camera processor started for camera_1: 222
frigate | [2022-12-10 16:19:01] ws4py INFO : Using epoll
frigate | [2022-12-10 16:19:01] frigate.app INFO : Camera processor started for camera_2: 227
frigate | [2022-12-10 16:19:01] frigate.app INFO : Camera processor started for camera_3: 229
frigate | [2022-12-10 16:19:01] frigate.app INFO : Capture process started for camera_1: 231
frigate | [2022-12-10 16:19:01] frigate.app INFO : Capture process started for camera_2: 233
frigate | [2022-12-10 16:19:01] frigate.app INFO : Capture process started for camera_3: 236
frigate | [2022-12-10 16:19:02] ws4py INFO : Using epoll
frigate | [2022-12-10 16:19:01] detector.coral INFO : Starting detection process: 217
frigate | [2022-12-10 16:19:01] frigate.edgetpu INFO : Attempting to load TPU as usb
frigate | [2022-12-10 16:19:04] frigate.edgetpu INFO : TPU found
frigate | [2022-12-10 16:19:05] ws4py INFO : Managing websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:42066]
frigate | [2022-12-10 16:19:05] ws4py INFO : Managing websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:42068]
frigate | [2022-12-10 16:19:11] ws4py INFO : Terminating websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:42066]
frigate | [2022-12-10 16:19:14] ws4py INFO : Managing websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:54626]
frigate | [2022-12-10 16:20:29] frigate.video ERROR : camera_3: Unable to read frames from ffmpeg process.
frigate | [2022-12-10 16:20:29] frigate.video ERROR : camera_3: ffmpeg process is not running. exiting capture thread...
frigate | [2022-12-10 16:20:31] watchdog.camera_3 ERROR : Ffmpeg process crashed unexpectedly for camera_3.
frigate | [2022-12-10 16:20:31] watchdog.camera_3 ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
frigate | [2022-12-10 16:20:31] ffmpeg.camera_3.detect ERROR : [aac @ 0x5576e6ac7740] Too many bits 8832.000000 > 6144 per frame requested, clamping to max
frigate | [2022-12-10 16:20:31] ffmpeg.camera_3.detect ERROR : [segment @ 0x5576e6e0f180] 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
frigate | [2022-12-10 16:20:31] ffmpeg.camera_3.detect ERROR : [flv @ 0x5576e6ac4540] 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
frigate | [2022-12-10 16:20:31] ffmpeg.camera_3.detect ERROR : rtsp://xxxxx:xxxxxxx@192.168.4.41:554/stream1: corrupt decoded frame in stream 0
frigate | [2022-12-10 16:20:31] ffmpeg.camera_3.detect ERROR : Last message repeated 1 times
frigate | [2022-12-10 16:20:31] ffmpeg.camera_3.detect ERROR : [aac @ 0x5576e6ac7740] Queue input is backward in time
frigate | [2022-12-10 16:20:31] ffmpeg.camera_3.detect ERROR : [segment @ 0x5576e6e0f180] Non-monotonous DTS in output stream 0:1; previous: 477888, current: 477758; changing to 477889. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:20:31] ffmpeg.camera_3.detect ERROR : More than 1000 frames duplicated
frigate | [2022-12-10 16:20:31] ffmpeg.camera_3.detect ERROR : [flv @ 0x5576e6ac4540] Failed to update header with correct duration.
frigate | [2022-12-10 16:20:31] ffmpeg.camera_3.detect ERROR : [flv @ 0x5576e6ac4540] Failed to update header with correct filesize.
frigate | [2022-12-10 16:22:06] frigate.video ERROR : camera_2: Unable to read frames from ffmpeg process.
frigate | [2022-12-10 16:22:06] frigate.video ERROR : camera_2: ffmpeg process is not running. exiting capture thread...
frigate | [2022-12-10 16:22:12] watchdog.camera_2 ERROR : Ffmpeg process crashed unexpectedly for camera_2.
frigate | [2022-12-10 16:22:12] watchdog.camera_2 ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [aac @ 0x55a32ebf6b40] Too many bits 8832.000000 > 6144 per frame requested, clamping to max
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [segment @ 0x55a32ebf2100] 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
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [flv @ 0x55a32ebf6f00] 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
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [aac @ 0x55a32ebf6b40] Queue input is backward in time
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [segment @ 0x55a32ebf2100] Non-monotonous DTS in output stream 0:1; previous: 408934, current: 408789; changing to 408935. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [segment @ 0x55a32ebf2100] Non-monotonous DTS in output stream 0:1; previous: 408935, current: 408854; changing to 408936. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : More than 1000 frames duplicated
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [aac @ 0x55a32ebf6b40] Queue input is backward in time
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [segment @ 0x55a32ebf2100] Non-monotonous DTS in output stream 0:1; previous: 1065969, current: 1065904; changing to 1065970. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [rtsp @ 0x55a32ebdcf80] CSeq 11 expected, 0 received.
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : Last message repeated 59 times
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [aac @ 0x55a32ebf6b40] Queue input is backward in time
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [segment @ 0x55a32ebf2100] Non-monotonous DTS in output stream 0:1; previous: 1256427, current: 1256273; changing to 1256428. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [segment @ 0x55a32ebf2100] Non-monotonous DTS in output stream 0:1; previous: 1256428, current: 1256339; changing to 1256429. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [segment @ 0x55a32ebf2100] Non-monotonous DTS in output stream 0:1; previous: 1256429, current: 1256425; changing to 1256430. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [aac @ 0x55a32ebf6b40] Queue input is backward in time
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [segment @ 0x55a32ebf2100] Non-monotonous DTS in output stream 0:1; previous: 1256580, current: 1256424; changing to 1256581. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [segment @ 0x55a32ebf2100] Non-monotonous DTS in output stream 0:1; previous: 1256581, current: 1256489; changing to 1256582. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [aac @ 0x55a32ebf6b40] Queue input is backward in time
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [segment @ 0x55a32ebf2100] Non-monotonous DTS in output stream 0:1; previous: 1256799, current: 1256623; changing to 1256800. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [segment @ 0x55a32ebf2100] Non-monotonous DTS in output stream 0:1; previous: 1256800, current: 1256688; changing to 1256801. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : rtsp://xxxxx:xxxxxxx@192.168.4.161:554/stream1: corrupt decoded frame in stream 0
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [segment @ 0x55a32ebf2100] Non-monotonous DTS in output stream 0:1; previous: 1256801, current: 1256794; changing to 1256802. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [h264 @ 0x55a32ef21d40] error while decoding MB 1 16, bytestream -9
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : rtsp://xxxxx:xxxxxxx@192.168.4.161:554/stream1: corrupt decoded frame in stream 0
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [flv @ 0x55a32ebf6f00] Failed to update header with correct duration.
frigate | [2022-12-10 16:22:12] ffmpeg.camera_2.detect ERROR : [flv @ 0x55a32ebf6f00] Failed to update header with correct filesize.
frigate | [2022-12-10 16:22:50] frigate.video ERROR : camera_1: Unable to read frames from ffmpeg process.
frigate | [2022-12-10 16:22:50] frigate.video ERROR : camera_1: ffmpeg process is not running. exiting capture thread...
frigate | [2022-12-10 16:22:52] watchdog.camera_1 ERROR : Ffmpeg process crashed unexpectedly for camera_1.
frigate | [2022-12-10 16:22:52] watchdog.camera_1 ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : [aac @ 0x55c1f0bd1080] Too many bits 8832.000000 > 6144 per frame requested, clamping to max
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : [segment @ 0x55c1f0bd43c0] 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
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : [flv @ 0x55c1f0bd7640] 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
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : [aac @ 0x55c1f0bd1080] Queue input is backward in time
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : [segment @ 0x55c1f0bd43c0] Non-monotonous DTS in output stream 0:1; previous: 292464, current: 292277; changing to 292465. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : More than 1000 frames duplicated
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : rtsp://xxxxx:xxxxxxx@192.168.4.35:554/stream1: corrupt decoded frame in stream 0
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55c1f0bf25c0] left block unavailable for requested intra mode
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55c1f0bf25c0] error while decoding MB 0 31, bytestream 201248
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : rtsp://xxxxx:xxxxxxx@192.168.4.35:554/stream1: corrupt decoded frame in stream 0
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55c1f0bf25c0] left block unavailable for requested intra4x4 mode -1
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55c1f0bf25c0] error while decoding MB 0 108, bytestream 227289
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : rtsp://xxxxx:xxxxxxx@192.168.4.35:554/stream1: corrupt decoded frame in stream 0
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : Last message repeated 1 times
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : [h264 @ 0x55c1f0d810c0] error while decoding MB 234 108, bytestream -7
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : rtsp://xxxxx:xxxxxxx@192.168.4.35:554/stream1: corrupt decoded frame in stream 0
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : [flv @ 0x55c1f0bd7640] Failed to update header with correct duration.
frigate | [2022-12-10 16:22:52] ffmpeg.camera_1.detect ERROR : [flv @ 0x55c1f0bd7640] Failed to update header with correct filesize.
frigate | [2022-12-10 16:22:56] ws4py INFO : Terminating websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:54626]
frigate | [2022-12-10 16:23:41] frigate.video ERROR : camera_3: Unable to read frames from ffmpeg process.
frigate | [2022-12-10 16:23:41] frigate.video ERROR : camera_3: ffmpeg process is not running. exiting capture thread...
frigate | [2022-12-10 16:23:42] watchdog.camera_3 ERROR : Ffmpeg process crashed unexpectedly for camera_3.
frigate | [2022-12-10 16:23:42] watchdog.camera_3 ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 850651, current: 850453; changing to 850652. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 850652, current: 850518; changing to 850653. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 851249, current: 851102; changing to 851250. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 851250, current: 851167; changing to 851251. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 851526, current: 851368; changing to 851527. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 851527, current: 851433; changing to 851528. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 851777, current: 851587; changing to 851778. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 851778, current: 851652; changing to 851779. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 851779, current: 851750; changing to 851780. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 852036, current: 851901; changing to 852037. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 852037, current: 851966; changing to 852038. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 852348, current: 852150; changing to 852349. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 852349, current: 852215; changing to 852350. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 852350, current: 852310; changing to 852351. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 852522, current: 852324; changing to 852523. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 852523, current: 852390; changing to 852524. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 852524, current: 852489; changing to 852525. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 852769, current: 852638; changing to 852770. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 852770, current: 852703; changing to 852771. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 853024, current: 852852; changing to 853025. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 853025, current: 852917; changing to 853026. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 853026, current: 853011; changing to 853027. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 853231, current: 853192; changing to 853232. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 853538, current: 853361; changing to 853539. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 853539, current: 853462; changing to 853540. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 853747, current: 853545; changing to 853748. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 853748, current: 853610; changing to 853749. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 853749, current: 853704; changing to 853750. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 853887, current: 853817; changing to 853888. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 853888, current: 853882; changing to 853889. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 854349, current: 854236; changing to 854350. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 854350, current: 854301; changing to 854351. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 854814, current: 854621; changing to 854815. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 854815, current: 854687; changing to 854816. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 854816, current: 854787; changing to 854817. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 855001, current: 854802; changing to 855002. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 855002, current: 854867; changing to 855003. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 855003, current: 854960; changing to 855004. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 855151, current: 855002; changing to 855152. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 855152, current: 855067; changing to 855153. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 855420, current: 855221; changing to 855421. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 855421, current: 855288; changing to 855422. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 855422, current: 855380; changing to 855423. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 855612, current: 855555; changing to 855613. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 855941, current: 855903; changing to 855942. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 856277, current: 856078; changing to 856278. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 856278, current: 856143; changing to 856279. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 856279, current: 856238; changing to 856280. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 856502, current: 856327; changing to 856503. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 856503, current: 856392; changing to 856504. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 856504, current: 856484; changing to 856505. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 856717, current: 856545; changing to 856718. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 856718, current: 856611; changing to 856719. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 856719, current: 856705; changing to 856720. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 856946, current: 856800; changing to 856947. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 856947, current: 856865; changing to 856948. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 857126, current: 856940; changing to 857127. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 857127, current: 857005; changing to 857128. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 857128, current: 857098; changing to 857129. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 857288, current: 857091; changing to 857289. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 857289, current: 857156; changing to 857290. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 857290, current: 857247; changing to 857291. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 857451, current: 857293; changing to 857452. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 857452, current: 857358; changing to 857453. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 857648, current: 857451; changing to 857649. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : rtsp://xxxxx:xxxxxxx@192.168.4.41:554/stream1: corrupt decoded frame in stream 0
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [aac @ 0x562eef02b0c0] Queue input is backward in time
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [segment @ 0x562eef02df80] Non-monotonous DTS in output stream 0:1; previous: 896532, current: 896451; changing to 896533. This may result in incorrect timestamps in the output file.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [h264 @ 0x562eef183480] error while decoding MB 227 127, bytestream -10
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : rtsp://xxxxx:xxxxxxx@192.168.4.41:554/stream1: corrupt decoded frame in stream 0
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [flv @ 0x562eef02a380] Failed to update header with correct duration.
frigate | [2022-12-10 16:23:42] ffmpeg.camera_3.detect ERROR : [flv @ 0x562eef02a380] Failed to update header with correct filesize.
FFprobe output from your camera ffprobe version 4.4.2-0ubuntu0.22.04.1 Copyright © 2007-2021 the FFmpeg developers built with gcc 11 (Ubuntu 11.2.0-19ubuntu1) configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --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-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared libavutil 56. 70.100 / 56. 70.100 libavcodec 58.134.100 / 58.134.100 libavformat 58. 76.100 / 58. 76.100 libavdevice 58. 13.100 / 58. 13.100 libavfilter 7.110.100 / 7.110.100 libswscale 5. 9.100 / 5. 9.100 libswresample 3. 9.100 / 3. 9.100 libpostproc 55. 9.100 / 55. 9.100 Input #0, rtsp, from ‘rtsp://xxxxx:xxxxxx@192.168.4.35:554/stream1’: Metadata: title : HTMS comment : stream1 Duration: N/A, start: 0.019125, bitrate: N/A Stream #0:0: Video: h264 (Main), yuv420p(progressive), 3840x2160, 15 fps, 15 tbr, 90k tbn, 30 tbc Stream #0:1: Audio: pcm_mulaw, 8000 Hz, 1 channels, s16, 64 kb/s
ffprobe version 4.4.2-0ubuntu0.22.04.1 Copyright © 2007-2021 the FFmpeg developers built with gcc 11 (Ubuntu 11.2.0-19ubuntu1) configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --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-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared libavutil 56. 70.100 / 56. 70.100 libavcodec 58.134.100 / 58.134.100 libavformat 58. 76.100 / 58. 76.100 libavdevice 58. 13.100 / 58. 13.100 libavfilter 7.110.100 / 7.110.100 libswscale 5. 9.100 / 5. 9.100 libswresample 3. 9.100 / 3. 9.100 libpostproc 55. 9.100 / 55. 9.100 Input #0, rtsp, from ‘rtsp://xxxxxx:xxxxxx@192.168.4.161:554/stream1’: Metadata: title : HTMS comment : stream1 Duration: N/A, start: 0.400333, bitrate: N/A Stream #0:0: Video: h264 (Main), yuv420p(progressive), 3840x2160, 15 fps, 15 tbr, 90k tbn, 30 tbc Stream #0:1: Audio: pcm_mulaw, 8000 Hz, 1 channels, s16, 64 kb/s
ffprobe version 4.4.2-0ubuntu0.22.04.1 Copyright © 2007-2021 the FFmpeg developers built with gcc 11 (Ubuntu 11.2.0-19ubuntu1) configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --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-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared libavutil 56. 70.100 / 56. 70.100 libavcodec 58.134.100 / 58.134.100 libavformat 58. 76.100 / 58. 76.100 libavdevice 58. 13.100 / 58. 13.100 libavfilter 7.110.100 / 7.110.100 libswscale 5. 9.100 / 5. 9.100 libswresample 3. 9.100 / 3. 9.100 libpostproc 55. 9.100 / 55. 9.100 Input #0, rtsp, from ‘rtsp://xxxxxx:xxxxxxxx@192.168.4.41:554/stream1’: Metadata: title : HTMS comment : stream1 Duration: N/A, start: 0.153250, bitrate: N/A Stream #0:0: Video: h264 (Main), yuv420p(progressive), 3840x2160, 15 fps, 15 tbr, 90k tbn, 30 tbc Stream #0:1: Audio: pcm_mulaw, 8000 Hz, 1 channels, s16, 64 kb/s Frigate stats { “camera_1”: { “camera_fps”: 15.9, “capture_pid”: 231, “detection_fps”: 4.8, “pid”: 222, “process_fps”: 15.8, “skipped_fps”: 0.0 }, “camera_2”: { “camera_fps”: 16.3, “capture_pid”: 233, “detection_fps”: 8.7, “pid”: 227, “process_fps”: 16.1, “skipped_fps”: 0.0 }, “camera_3”: { “camera_fps”: 15.4, “capture_pid”: 236, “detection_fps”: 14.8, “pid”: 229, “process_fps”: 15.5, “skipped_fps”: 0.0 }, “detection_fps”: 28.3, “detectors”: { “coral”: { “detection_start”: 1670700403.741179, “inference_speed”: 13.02, “pid”: 217 } }, “service”: { “latest_version”: “0.11.1”, “storage”: { “/dev/shm”: { “free”: 827.0, “mount_type”: “tmpfs”, “total”: 897.6, “used”: 70.6 }, “/media/frigate/clips”: { “free”: 433902.3, “mount_type”: “ext4”, “total”: 489997.2, “used”: 31129.2 }, “/media/frigate/recordings”: { “free”: 433902.3, “mount_type”: “ext4”, “total”: 489997.2, “used”: 31129.2 }, “/tmp/cache”: { “free”: 997.1, “mount_type”: “tmpfs”, “total”: 1000.0, “used”: 2.9 } }, “temperatures”: {}, “uptime”: 462, “version”: “0.11.1-2eada21” } } Operating system Other Linux
Install method Docker Compose
Coral version USB
Network connection Wired
Camera make and model Asecam poe 4k
Any other information that may be helpful Using the sub stream in 704x576 for detection works well in frigate but can’t detect objects at the bottom of my backyard.
Issue Analytics
- State:
- Created 9 months ago
- Comments:18
Top GitHub Comments
I’ll go ahead and close this, feel free to open a new issue if something comes up in the future
Yep, I Guess…
Thanks a lot for help me @NickM-27