From 0c6b3f1bee5313c719c9327e80342c5b000e8b37 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Wed, 28 Jun 2023 14:45:33 -0700 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e886db3 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# rpi-simple-video-capture +Takes in frames and displays in opencv-defined GUI. + +# install +Below is for fedora distro: +`sudo dnf install opencv opencv-contrib opencv-doc python3-opencv python3-matplotlib python3-numpy`