Created
February 7, 2024 23:35
-
-
Save nerdegem/7530e2a3e2335ed783adcb84b7ea4a4e to your computer and use it in GitHub Desktop.
Working Frigate Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mqtt: | |
| host: 10.1.2.3 | |
| user: mqttuser | |
| password: password | |
| database: | |
| path: /db/frigate.db | |
| detectors: | |
| coral1: | |
| type: edgetpu | |
| device: 'pci:0' | |
| rtmp: | |
| enabled: false | |
| cameras: | |
| name_of_your_camera: | |
| detect: | |
| width: 1920 | |
| height: 1080 | |
| fps: 10 | |
| ffmpeg: | |
| hwaccel_args: preset-vaapi | |
| inputs: | |
| - path: rtsp://username:PASSWORD@10.2.3.4:554/h264Preview_01_main | |
| roles: | |
| - detect | |
| objects: | |
| track: | |
| - person | |
| - dog | |
| - bicycle | |
| - car | |
| - cat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment