From 1bbe45afdca8933a964e72985dea1c108b06c4bc Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sat, 29 Apr 2023 09:00:15 +0530 Subject: README: Switching to Raspberry Pi 64-bit OS --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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. + -- cgit v1.2.3