From 38d2ec8f22352b6a93fbd9fcd73b9971cf3f77e1 Mon Sep 17 00:00:00 2001 From: sean yu <55464069+hexbabe@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:36:45 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91d6cbb..2b4ceab 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Additionally, make sure to add your configured data manager service to the `depe | | `codec` | string | optional | Name of video codec to use (e.g., h264). | | | `bitrate` | integer | optional | Throughput of encoder in bits per second. Higher for better quality video, and lower for better storage efficiency. | | | `preset` | string | optional | Name of codec video preset to use. See [here](https://trac.ffmpeg.org/wiki/Encode/H.264#a2.Chooseapresetandtune) for preset options. | -| `cam_props` | | object | required | | +| `cam_props` | | object | optional | | | | `width` | integer | optional | Width of the source camera frames in pixels. If unspecified, will try to autodetect by fetching a frame from the source camera. | | | `height` | integer | optional | Height of the source camera frames in pixels. If unspecified, will try to autodetect by fetching a frame from the source camera. | | | `framerate` | integer | optional | Number of frames per second provided by the source camera. Default is 20. |