Opencv mit gstreamer

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Opencv mit gstreamer

by Anonymous » 13 May 2025, 00:42

Ich möchte OpenCV mit Gstreamer -Unterstützung (auf Archlinux Orange Pi) erstellen. Ich habe seit Tagen versucht, aber ich konnte es nicht herausfinden. /> ln -sf opencv4.pc opencv.pc
Git -Klon https://github.com/opencv/opencv.git
cd opencv
mkdir build && cd build mkdir build && cd bau -D cmake_build_type = release -d
cmake_install_prefix =/usr/local ..
make -j $ (NPROC)
sudo make install

Top