From 78ab41a0645a4cc5240afe7b8c80a0b71ba20773 Mon Sep 17 00:00:00 2001 From: Vladimir Marchenko Date: Tue, 18 Jun 2024 18:19:16 +0200 Subject: [PATCH] Typo fixes --- DoxyGen/simulation/src/Ref_video.txt | 5 +---- DoxyGen/simulation/src/using_video_vsi_uml.uml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/DoxyGen/simulation/src/Ref_video.txt b/DoxyGen/simulation/src/Ref_video.txt index 73982be..9a1ed9c 100644 --- a/DoxyGen/simulation/src/Ref_video.txt +++ b/DoxyGen/simulation/src/Ref_video.txt @@ -22,10 +22,7 @@ Additional details are provided in \ref video_vsi_detail. ## Python requirements -In addition to the requirements listed in \ref arm_vsi_pyenv, the VSI Video use case also requires installed OpenCV Python package: -- \em opencv-python - -Run the following command to install required package with pip: +In addition to the requirements listed in \ref arm_vsi_pyenv, the VSI Video use case also requires installed OpenCV Python package. Run the following command to install it with pip: \code{.sh} pip install opencv-python \endcode diff --git a/DoxyGen/simulation/src/using_video_vsi_uml.uml b/DoxyGen/simulation/src/using_video_vsi_uml.uml index 3d71c4b..49a6270 100644 --- a/DoxyGen/simulation/src/using_video_vsi_uml.uml +++ b/DoxyGen/simulation/src/using_video_vsi_uml.uml @@ -69,7 +69,7 @@ VideoDrv -> VSIPer : Start timer and enable IRQ loop until end of stream/file VSIPer -> VSIVideoSrvpy : Read frame -note right: Read frame\nfrom the file\nprocess for input +note right: Read frame\nfrom the file,\nprocess for input VSIPer <- VSIVideoSrvpy : Copy data to DMA buffer VSIPer -> VSIVideopy : timer event |||