mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-01-31 00:18:55 +01:00
Update camera_specific.md - Added Annke FCD600 camera
Not sure whether this is already specific enough but maybe I can help others :)
This commit is contained in:
parent
b5e5127d48
commit
b44cff8a5f
@ -98,6 +98,39 @@ cameras:
|
|||||||
height: # <- optional, by default Frigate tries to automatically detect resolution
|
height: # <- optional, by default Frigate tries to automatically detect resolution
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Annke FCD600 (and other Annke ?)
|
||||||
|
|
||||||
|
This camera needs an isapi stream to activate 2 way audio.
|
||||||
|
In the camera UI, set audio encoding to G.711ulaw.
|
||||||
|
Available streams seem to have the same syntax as Hikvision.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
ffmpeg:
|
||||||
|
output_args:
|
||||||
|
record: preset-record-generic-audio-copy
|
||||||
|
|
||||||
|
go2rtc:
|
||||||
|
streams:
|
||||||
|
annkefcd600: # <------ Name the camera
|
||||||
|
- rtsp://USER:PW@CAMERAIP:554/Streaming/Channels/101/
|
||||||
|
- isapi://USER:PW@CAMERAIP:80/
|
||||||
|
- ffmpeg:annkefcd600#audio=opus
|
||||||
|
webrtc:
|
||||||
|
candidates:
|
||||||
|
- 127.0.0.1:8555
|
||||||
|
- stun:8555
|
||||||
|
|
||||||
|
cameras:
|
||||||
|
annkefcd600:
|
||||||
|
ffmpeg:
|
||||||
|
output_args:
|
||||||
|
record: preset-record-generic-audio-copy
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://127.0.0.1:8554/annkefcd600
|
||||||
|
input_args: preset-rtsp-restream
|
||||||
|
roles: ...
|
||||||
|
```
|
||||||
|
|
||||||
### Blue Iris RTSP Cameras
|
### Blue Iris RTSP Cameras
|
||||||
|
|
||||||
You will need to remove `nobuffer` flag for Blue Iris RTSP cameras
|
You will need to remove `nobuffer` flag for Blue Iris RTSP cameras
|
||||||
|
Loading…
Reference in New Issue
Block a user