summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-04-29 09:00:15 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-04-29 09:00:15 +0530
commit1bbe45afdca8933a964e72985dea1c108b06c4bc (patch)
treedeca3d5f308be96f59601d71013b3dec7439c8f3
parente201f28a673351581c80a953a290dfe4e345f6a9 (diff)
README: Switching to Raspberry Pi 64-bit OS
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 999dc59..4374ac3 100644
--- a/README.md
+++ b/README.md
@@ -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.
+