Skip to content

Commit 23735ae

Browse files
committed
camera: Add libopencv-dev package to installation instructions
1 parent 49eb95a commit 23735ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/asciidoc/computers/camera/rpicam_apps_building.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To build `rpicam-apps` without first rebuilding `libcamera` and `libepoxy`, inst
2727

2828
[source,console]
2929
----
30-
$ sudo apt install -y libcamera-dev libepoxy-dev libjpeg-dev libtiff5-dev libpng-dev
30+
$ sudo apt install -y libcamera-dev libepoxy-dev libjpeg-dev libtiff5-dev libpng-dev libopencv-dev
3131
----
3232

3333
TIP: If you do not need support for the GLES/EGL preview window, omit `libepoxy-dev`.

0 commit comments

Comments
 (0)