diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-04-29 09:00:15 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-04-29 09:00:15 +0530 |
commit | 1bbe45afdca8933a964e72985dea1c108b06c4bc (patch) | |
tree | deca3d5f308be96f59601d71013b3dec7439c8f3 | |
parent | e201f28a673351581c80a953a290dfe4e345f6a9 (diff) |
README: Switching to Raspberry Pi 64-bit OS
-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. + |