Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vovamarch committed Jun 18, 2024
1 parent b180d92 commit 78ab41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions DoxyGen/simulation/src/Ref_video.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion DoxyGen/simulation/src/using_video_vsi_uml.uml
Original file line number Diff line number Diff line change
Expand Up @@ -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
|||
Expand Down

0 comments on commit 78ab41a

Please sign in to comment.