Ich möchte OpenCV mit Gstreamer -Unterstützung (auf Archlinux Orange Pi) erstellen. Ich habe seit Tagen versucht, aber ich konnte es nicht herausfinden.sudo pacman -Syu
sudo pacman -S --needed base-devel
sudo pacman -S opencv blas
cd /usr/lib/pkgconfig/
ln -sf opencv4.pc opencv.pc
git clone https://github.com/opencv/opencv.git
cd opencv
mkdir build && cd build
cmake -D WITH_GSTREAMER=ON -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr/local ..
make -j$(nproc)
sudo make install
< /code>
Was ist daran los? Ich führe Python3 -c "importieren cv2; drucken (cv2.getbuildinformation ()) In diesem Befehl heißt es Gstreamer: Nein
OpenCV mit Gstreamer auf Arch Linux [geschlossen] ⇐ Linux
-
- Similar Topics
- Replies
- Views
- Last post