All recordings are at low resolution, what am I missing? #2795
Unanswered
smith-scot
asked this question in
Ask A Question
Replies: 2 comments
-
|
Your config has two entries for inputs, so I think the second is overwriting the first. Try this: mqtt:
host: x.x.x.5
port: 1883
topic_prefix: frigate
client_id: frigate
user: user
password: pass
stats_interval: 60
database:
path: /media/frigate/clips/frigate.db
cameras:
front_garage:
ffmpeg:
inputs:
- path: rtsp://user:pass@x.x.x.101:554//h264Preview_01_main
roles:
- rtmp
- record
- path: rtsp://user:pass@x.x.x.101:554//h264Preview_01_sub
roles:
- detect
detect:
width: 640
height: 480
fps: 5
enabled: True
objects:
track:
- person
- dog
- bicycle
- cat
- car
filters:
person:
threshold: 0.6
snapshots:
enabled: true
timestamp: false
bounding_box: true
retain:
default: 5
record:
enabled: true
retain_days: 0
events:
retain:
default: 5
motion:
mask:
- 10,32,228,35,227,17,10,14
- 640,0,640,88,458,0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks, that got me straightened out
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Blake Blackshear ***@***.***>
Sent: Saturday, February 12, 2022 7:18:50 AM
To: blakeblackshear/frigate ***@***.***>
Cc: smith-scot ***@***.***>; Author ***@***.***>
Subject: Re: [blakeblackshear/frigate] All recordings are at low resolution, what am I missing? (Discussion #2795)
Your config has two entries for inputs, so I think the second is overwriting the first. Try this:
mqtt:
host: x.x.x.5
port: 1883
topic_prefix: frigate
client_id: frigate
user: user
password: pass
stats_interval: 60
database:
path: /media/frigate/clips/frigate.db
cameras:
front_garage:
ffmpeg:
inputs:
- path: ***@***.***:554//h264Preview_01_main
roles:
- rtmp
- record
- path: ***@***.***:554//h264Preview_01_sub
roles:
- detect
detect:
width: 640
height: 480
fps: 5
enabled: True
objects:
track:
- person
- dog
- bicycle
- cat
- car
filters:
person:
threshold: 0.6
snapshots:
enabled: true
timestamp: false
bounding_box: true
retain:
default: 5
record:
enabled: true
retain_days: 0
events:
retain:
default: 5
motion:
mask:
- 10,32,228,35,227,17,10,14
- 640,0,640,88,458,0
—
Reply to this email directly, view it on GitHub<#2795 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALKPX6UUJ72P67C46G5MWATU2ZM3VANCNFSM5OG2NGOQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After an event is recorded I download it an use VLC to determine what the video size is, and all inspected video it is 640x480.
Any thoughts? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions