OpenCV mit Gstreamer auf Arch Linux [geschlossen]Linux

Linux verstehen
Anonymous
 OpenCV mit Gstreamer auf Arch Linux [geschlossen]

Post by Anonymous »

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

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post
  • OpenCV mit Gstreamer auf Arch Linux [geschlossen]
    by Anonymous » » in Linux
    0 Replies
    2 Views
    Last post by Anonymous
  • Opencv mit gstreamer
    by Anonymous » » in Linux
    0 Replies
    2 Views
    Last post by Anonymous
  • Visual Studio -Code mit GLIBMM, GIOMM, GTKMM und GDKMM auf Arch Linux
    by Anonymous » » in C++
    0 Replies
    8 Views
    Last post by Anonymous
  • SystemCTL funktioniert trotz des richtigen Systemd -Setups nicht in Arch Linux auf WSL2
    by Guest » » in Linux
    0 Replies
    22 Views
    Last post by Guest
  • Berechtigungsprobleme mit Docker unter Arch Linux
    by Guest » » in Linux
    0 Replies
    15 Views
    Last post by Guest