Skip to content

Commit 4a34cb7

Browse files
committed
Minor changes
1 parent d703e35 commit 4a34cb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/_components/camera.onvif.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ha_category: Camera
1212
ha_release: 0.47
1313
---
1414

15-
The `onvif` camera platform allows you to use an ONVIF camera in Home Assistant. This requires the [`ffmpeg` component](/components/ffmpeg/) to be already configured.
15+
The `onvif` camera platform allows you to use an [ONVIF](https://www.onvif.org/) camera in Home Assistant. This requires the [`ffmpeg` component](/components/ffmpeg/) to be already configured.
1616

1717
## {% linkable_title Configuration %}
1818

@@ -27,7 +27,7 @@ camera:
2727
2828
{% configuration %}
2929
host:
30-
description: An IP or hostname of the camera.
30+
description: The IP address or hostname of the camera.
3131
required: true
3232
type: string
3333
name:
@@ -53,12 +53,12 @@ profile:
5353
type: integer
5454
default: 0
5555
extra_arguments:
56-
description: "Extra options to pass to `ffmpeg`, e.g., image quality or video filter options. More details in [FFmpeg component](/components/ffmpeg)."
56+
description: "Extra options to pass to `ffmpeg`, e.g., image quality or video filter options. More details in [`ffmpeg` component](/components/ffmpeg)."
5757
required: false
5858
type: string
5959
{% endconfiguration %}
6060

61-
Most of the Onvif cameras support more than one audio/video Profile. Each profile provides different image quality. Usually, the first profile has the highest quality, and it is the profile used by default. However, you may want to use a lower quality image. One of the reasons may be that your hardware isn't able to render the highest quality image in real-time - especially when running on Raspberry Pi. Therefore you can choose which profile do you want to use by setting in config `profile` variable.
61+
Most of the ONVIF cameras support more than one audio/video profile. Each profile provides different image quality. Usually, the first profile has the highest quality and it is the profile used by default. However, you may want to use a lower quality image. One of the reasons may be that your hardware isn't able to render the highest quality image in real-time, especially when running on Raspberry Pi. Therefore you can choose which profile do you want to use by setting in config `profile` variable.
6262

6363
### {% linkable_title Service `camera.onvif_ptz` %}
6464

0 commit comments

Comments
 (0)