Skip to content

Commit 70683e4

Browse files
committed
update to bullseye
1 parent 73e549b commit 70683e4

File tree

2 files changed

+30
-29
lines changed

2 files changed

+30
-29
lines changed

README.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Read the following [blog post](https://lindevs.com/install-precompiled-opencv-on
1212
* TBB library
1313
* FFmpeg library
1414
* GStreamer library
15-
* Python 2 and Python 3 bindings
15+
* Python 3 bindings
1616

1717
You can read detailed build information [here](build_information.txt).
1818

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

2929
### Supported OS
3030

31-
* Raspberry Pi OS Buster (32-bit)
31+
* Raspberry Pi OS Bullseye (32-bit)
3232

3333
## Install
3434

35-
* `wget https://github.com/prepkg/opencv-raspberrypi/releases/latest/download/opencv.deb`
36-
* `sudo apt install -y ./opencv.deb`
35+
```shell
36+
wget https://github.com/prepkg/opencv-raspberrypi/releases/latest/download/opencv.deb
37+
```
38+
39+
```shell
40+
sudo apt install -y ./opencv.deb
41+
```
3742

3843
## Uninstall
3944

40-
* `sudo apt purge --autoremove -y opencv`
45+
```shell
46+
sudo apt purge --autoremove -y opencv
47+
```
4148

4249
## Debian Package
4350

4451
Debian package contains the following shared libraries:
4552

4653
| Library | Description |
47-
| :------------------------- | :------------------------------------------------------- |
54+
|:----------------------------|:---------------------------------------------------------|
4855
| libopencv_calib3d.so | Camera calibration and 3D reconstruction |
4956
| libopencv_core.so | The Core Functionality |
5057
| libopencv_dnn.so | Deep Neural Networks |

0 commit comments

Comments
 (0)