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`