From 98db8397faefe09d2d2822459012ed08b56daddb Mon Sep 17 00:00:00 2001 From: hungyuhang <345genius@gmail.com> Date: Sun, 19 May 2024 17:13:08 +0800 Subject: [PATCH] Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6c5e6d..0d203db 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Expectedly, three device nodes will be created in `/dev`: In `/dev` directory, device file `fbX` will be created. -The device if initialy configured to process 640x480 RGB24 image format. +The device is initially configured to process 640x480 RGB24 image format. By writing 640x480 RGB24 raw frame data to `/dev/fbX` file the resulting video stream will appear on corresponding `/dev/videoX` V4L2 device(s).