diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -87,3 +87,10 @@ Command for checking whether driver for **Bus 001 Device 003: ID 2357:010c TP-Li ```yaml lsmod | grep 8188eu ``` + +## Installing OpenCV on Raspberry Pi +We initially tried installing opencv package using pip on our device and it worked, however doing the same on Raspberry Pi didn't work out because there were no pre-built binaries and in order to compile the wheel it would take alot of time and then give errors. +We tried to resolve the errors and then waited alot more time for it to end compiling however we would face the same error regharding the wheel. +So we tried another approach reading a Raspberry Pi forum, to use the 64bit Raspberry Pi OS than using the 32-bit variant. +Which also eliminated the step of updating mirror. + |