Skip to content

Commit 8174886

Browse files
committed
update to 4.10.0
1 parent 6c86c66 commit 8174886

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

README.md

+1-1
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.9.0** binaries for **Raspberry Pi 3 & 4**.
5+
Precompiled **OpenCV 4.10.0** 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

build_information_64.txt

+15-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
General configuration for OpenCV 4.9.0 =====================================
1+
General configuration for OpenCV 4.10.0 =====================================
22
Version control: unknown
33

44
Platform:
5-
Timestamp: 2024-01-01T15:48:31Z
6-
Host: Linux 5.15.0-84-generic x86_64
5+
Timestamp: 2024-06-09T07:18:06Z
6+
Host: Linux 6.8.0-31-generic x86_64
77
Target: Linux aarch64
8-
CMake: 3.22.1
9-
CMake generator: Unix Makefiles
10-
CMake build tool: /usr/bin/gmake
8+
CMake: 3.28.3
9+
CMake generator: Ninja
10+
CMake build tool: /usr/bin/ninja
1111
Configuration: RELEASE
1212

1313
CPU/HW features:
@@ -49,11 +49,13 @@ General configuration for OpenCV 4.9.0 =====================================
4949
GTK+: NO
5050

5151
Media I/O:
52-
ZLib: /opt/pi/rootfs/usr/lib/aarch64-linux-gnu/libz.a (ver 1.2.13)
53-
JPEG: libjpeg-turbo (ver 2.1.3-62)
52+
ZLib-Ng: build (zlib ver 1.3.0, zlib-ng ver 2.1.6)
53+
JPEG: build-libjpeg-turbo (ver 3.0.3-70)
54+
SIMD Support Request: YES
55+
SIMD Support: YES
5456
WEBP: build (ver encoder: 0x020f)
55-
PNG: build (ver 1.6.37)
56-
TIFF: build (ver 42 - 4.2.0)
57+
PNG: build (ver 1.6.43)
58+
TIFF: build (ver 42 - 4.6.0)
5759
JPEG 2000: build (ver 2.5.0)
5860
HDR: YES
5961
SUNRASTER: YES
@@ -71,7 +73,7 @@ General configuration for OpenCV 4.9.0 =====================================
7173
GStreamer: YES (1.22.0)
7274
v4l/v4l2: YES (linux/videodev2.h)
7375

74-
Parallel framework: TBB (ver 2020.2 interface 11102)
76+
Parallel framework: TBB (ver 2021.11 interface 12110)
7577

7678
Trace: YES (with Intel ITT)
7779

@@ -87,7 +89,8 @@ General configuration for OpenCV 4.9.0 =====================================
8789

8890
Python 3:
8991
Interpreter: /opt/pi/rootfs/usr/local/bin/aarch64-linux-gnu-python3 (ver 3.11.2)
90-
Libraries: /opt/pi/rootfs/usr/lib/aarch64-linux-gnu/libpython3.11.so
92+
Libraries: /opt/pi/rootfs/usr/lib/aarch64-linux-gnu/libpython3.11.so (ver 3.11.2)
93+
Limited API: NO
9194
numpy: /opt/pi/rootfs/usr/lib/python3/dist-packages/numpy/core/include (ver undefined - cannot be probed because of the cross-compilation)
9295
install path: lib/python3.11/dist-packages/cv2/python-3.11
9396

0 commit comments

Comments
 (0)