diff --git a/source/_components/camera.onvif.markdown b/source/_components/camera.onvif.markdown index 9c48b6b4243..0cfa7cf4534 100644 --- a/source/_components/camera.onvif.markdown +++ b/source/_components/camera.onvif.markdown @@ -31,6 +31,6 @@ Configuration variables: - **username** (*Optional*): The username for the camera. - **password** (*Optional*): The password for the camera. - **port** (*Optional*): The port for the camera. This defaults to 5000 - +- **extra_arguments** (*Optional*): Extra options to pass to `ffmpeg`, e.g. image quality or video filter options. More details in [FFmpeg component](/components/ffmpeg). If you are running into trouble with this sensor, please refer to the [Troubleshooting section](/components/ffmpeg/#troubleshooting).