diff --git a/getusermedia.html b/getusermedia.html index 90acad1e..8943a030 100644 --- a/getusermedia.html +++ b/getusermedia.html @@ -1774,7 +1774,7 @@
The frame rate (frames per second) or frame rate range. If video source's pre-set can determine frame rate values, the range, as a capacity, should span the video source's pre-set frame rate values with min being equal to 0 and max being the largest frame rate. @@ -1783,7 +1783,14 @@
As a setting, this value represents the configured frame rate. + If decimation is used, this is that value rather than the native + frame rate. For example, if the setting is 25 frames per second + via decimation, the native frame rate of the camera is 30 frames + per second but due to lighting conditions only 20 frames per + second is achieved, {{frameRate}} reports the setting: 25 frames + per second.