File tree 2 files changed +30
-29
lines changed
2 files changed +30
-29
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Read the following [blog post](https://lindevs.com/install-precompiled-opencv-on
12
12
* TBB library
13
13
* FFmpeg library
14
14
* GStreamer library
15
- * Python 2 and Python 3 bindings
15
+ * Python 3 bindings
16
16
17
17
You can read detailed build information [ here] ( build_information.txt ) .
18
18
@@ -28,23 +28,30 @@ Tested on Raspberry Pi 4 Model B (8 GB).
28
28
29
29
### Supported OS
30
30
31
- * Raspberry Pi OS Buster (32-bit)
31
+ * Raspberry Pi OS Bullseye (32-bit)
32
32
33
33
## Install
34
34
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
+ ```
37
42
38
43
## Uninstall
39
44
40
- * ` sudo apt purge --autoremove -y opencv `
45
+ ``` shell
46
+ sudo apt purge --autoremove -y opencv
47
+ ```
41
48
42
49
## Debian Package
43
50
44
51
Debian package contains the following shared libraries:
45
52
46
53
| Library | Description |
47
- | :------------------------- | :------------------------------------------------------- |
54
+ | :---------------------------- | :--------------------------------------------------------- |
48
55
| libopencv_calib3d.so | Camera calibration and 3D reconstruction |
49
56
| libopencv_core.so | The Core Functionality |
50
57
| libopencv_dnn.so | Deep Neural Networks |
You can’t perform that action at this time.
0 commit comments