Apply suggestions from code review

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
Sergey Krashevich 2023-06-15 15:42:51 +03:00 committed by GitHub
parent 31ead3eded
commit 4681e1fd42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -80,8 +80,8 @@ cameras:
rtmp:
enabled: False # <-- RTMP should be disabled if your stream is not H264
detect:
width: # <- optional, by default Frigate try to automatically detect resolution
height: # <- optional, by default Frigate try to automatically detect resolution
width: # <- optional, by default Frigate tries to automatically detect resolution
height: # <- optional, by default Frigate tries to automatically detect resolution
```
### Blue Iris RTSP Cameras

View File

@ -33,8 +33,8 @@ cameras:
roles:
- record
detect:
width: 1280 # <- optional, by default Frigate try to automatically detect resolution
height: 720 # <- optional, by default Frigate try to automatically detect resolution
width: 1280 # <- optional, by default Frigate tries to automatically detect resolution
height: 720 # <- optional, by default Frigate tries to automatically detect resolution
```
Additional cameras are simply added to the config under the `cameras` entry.