Skip to content

Commit a786ec4

Browse files
committed
update to bookworm and 4.8.1
1 parent c8a7b92 commit a786ec4

File tree

3 files changed

+18
-122
lines changed

3 files changed

+18
-122
lines changed

README.md

+3-15
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![opencv-raspberrypi](https://i.ibb.co/n6PQvVF/opencv-raspberrypi.png)
44

5-
Precompiled **OpenCV 4.8.0** binaries for **Raspberry Pi 3 & 4**.
5+
Precompiled **OpenCV 4.8.1** binaries for **Raspberry Pi 3 & 4**.
66
Read the following [blog post](https://lindevs.com/install-precompiled-opencv-on-raspberry-pi) for additional information.
77

88
## Supported features
@@ -14,7 +14,7 @@ Read the following [blog post](https://lindevs.com/install-precompiled-opencv-on
1414
* GStreamer library
1515
* Python 3 bindings
1616

17-
You can read detailed build information [32-bit](build_information.txt) or [64-bit](build_information_64.txt).
17+
You can read detailed [build information](build_information_64.txt).
1818

1919
## Prerequisites
2020

@@ -28,22 +28,10 @@ Tested on Raspberry Pi 4 Model B (8 GB).
2828

2929
### Supported OS
3030

31-
* Raspberry Pi OS Bullseye (32-bit and 64-bit)
31+
* Raspberry Pi OS Bookworm 64-bit
3232

3333
## Install
3434

35-
* 32-bit:
36-
37-
```shell
38-
wget https://github.com/prepkg/opencv-raspberrypi/releases/latest/download/opencv.deb
39-
```
40-
41-
```shell
42-
sudo apt install -y ./opencv.deb
43-
```
44-
45-
* 64-bit:
46-
4735
```shell
4836
wget https://github.com/prepkg/opencv-raspberrypi/releases/latest/download/opencv_64.deb
4937
```

build_information.txt

-92
This file was deleted.

0 commit comments

Comments
 (0)