stefanpartheym / archlinux-ipu6-webcam

Easy installation for patched Intel IPU6 camera drivers
133 stars 14 forks source link

Not working - manjaro 6.3.5 #26

Closed naps62 closed 12 months ago

naps62 commented 1 year ago

kernel: 6.3.5-2-MANJARO laptop: Dell XPS 13 Plus

After going through the setup in this repo, the test.sh script works, but everything else seems to fail (chrome, firefox, obs). This is both before and after trying the --workaround

v4l2 shows me the devices:

❯ v4l2-ctl --list-devices
ipu6 (PCI:pci:pci0000:00):
    /dev/video1

ipu6 (pci:pci0000:00):
    /dev/media0

Virtual Camera (platform:v4l2loopback-000):
    /dev/video0

and ffmpeg:

❯ ffmpeg -f v4l2 -framerate 25 -video_size 640x480 -i /dev/video0 output.mkv
ffmpeg version n6.0 Copyright (c) 2000-2023 the FFmpeg developers
  built with gcc 13.1.1 (GCC) 20230429
  configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-amf --enable-avisynth --enable-cuda-llvm --enable-lto --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libdav1d --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libgsm--enable-libiec61883 --enable-libjack --enable-libjxl --enable-libmfx --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librav1e --enable-librsvg --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-libzimg --enable-nvdec --enable-nvenc --enable-opencl --enable-opengl --enable-shared --enable-version3 --enable-vulkan
  libavutil      58.  2.100 / 58.  2.100
  libavcodec     60.  3.100 / 60.  3.100
  libavformat    60.  3.100 / 60.  3.100
  libavdevice    60.  1.100 / 60.  1.100
  libavfilter     9.  3.100 /  9.  3.100
  libswscale      7.  1.100 /  7.  1.100
  libswresample   4. 10.100 /  4. 10.100
  libpostproc    57.  1.100 / 57.  1.100
[video4linux2,v4l2 @ 0x55da6f00c380] Not a video capture device.
/dev/video0: No such device
alvinpeters commented 1 year ago

Can you check what's on systemctl status v4l2-relayd?

naps62 commented 1 year ago
v4l2-relayd.service - v4l2-relay daemon service
     Loaded: loaded (/usr/lib/systemd/system/v4l2-relayd.service; enabled; preset: disabled)
    Drop-In: /etc/systemd/system/v4l2-relayd.service.d
             └─override.conf
     Active: active (running) since Fri 2023-06-30 09:32:54 WEST; 1h 44min ago
    Process: 591 ExecCondition=/usr/bin/test -n ${VIDEOSRC} (code=exited, status=0/SUCCESS)
    Process: 630 ExecCondition=/usr/bin/test -n $FORMAT (code=exited, status=0/SUCCESS)
    Process: 633 ExecCondition=/usr/bin/test -n $WIDTH (code=exited, status=0/SUCCESS)
    Process: 635 ExecCondition=/usr/bin/test -n $HEIGHT (code=exited, status=0/SUCCESS)
    Process: 641 ExecCondition=/usr/bin/test -n $FRAMERATE (code=exited, status=0/SUCCESS)
    Process: 643 ExecCondition=/usr/bin/test -n ${CARD_LABEL} (code=exited, status=0/SUCCESS)
   Main PID: 645 (v4l2-relayd)
      Tasks: 3 (limit: 38015)
     Memory: 12.1M
        CPU: 46ms
     CGroup: /system.slice/v4l2-relayd.service
             └─645 /usr/bin/v4l2-relayd -i icamerasrc -o "appsrc name=appsrc caps=video/x-raw,format=NV12,width=1280,height=720,framerate=30/1 ! videoconvert ! video/x-raw,format=YUY2 ! v4l2sink name=v4l2sink device=/dev/video0

jun 30 09:32:53 arrakis systemd[1]: Starting v4l2-relay daemon service...
jun 30 09:32:54 arrakis systemd[1]: Started v4l2-relay daemon service.
jun 30 09:32:54 arrakis v4l2-relayd[645]: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed
alvinpeters commented 1 year ago

That's literally the same error I get when I first ran the script but didn't restart. I'd say restart your PC but I assume you've done that already lol

Give me a day or two so I can install Manjaro to my XPS 13 Plus and see what's what

alvinpeters commented 1 year ago

@naps62 Out of topic: how did you install Manjaro to your laptop? I used dd to copy Manjaro ISO to my flash drive as directed by Manjaro Wiki but it's not showing up on my UEFI boot options :/

naps62 commented 1 year ago

@striczkof i used to have similar issues. Nowadays I have a usb stick with Ventoy installed (https://www.ventoy.net/en/index.html)

It makes it so you can just copy iso files into it, and it handles all the boot complexities (and gives you a menu, so you can keep multiple distros ready to boot)

And yes, I did restart :)

alvinpeters commented 1 year ago

@naps62 so ye I just gave up and used ventoy because idk why ISO won't work with cp nor dd.

Funny thing now though, my webcam is working after installing and restarting, no tinkering done other than install git and linux61-header (using linux61 since it came with manjaro fresh install) so now I am totally clueless what happened to both @hinricht 's (#21 ) and your setup. GIve me a bit and I will try with Linux 6.3.

Edit: works on 6.3.5-2-MANJARO too so yeah...

I'm wondering, are you using 12th gen or 13th gen XPS 13 Plus? Highly doubt that should matter but dunno

My environment:

Working on Firefox and Discord after restart Apologies for the German outputs. I forgor again :skull: Logs:

install.sh ``` Warnung: linux61-headers-6.1.31-2 ist aktuell -- Überspringe Es gibt nichts zu tun # Install dependency for intel-ipu6-dkms-git :: Löse Abhängigkeiten auf… :: Berechne Konflikte… :: Berechne interne Konflikte… Aur (1) intel-ivsc-firmware-r2.764bd6e-1 :: Weiter überprüfen? [J/n]: :: Lade PKGBUILDs herunter… (1/1) Lädt herunter: intel-ivsc-firmware-r2.764bd6e-1 frage devel info ab… ==> Erstelle Paket: intel-ivsc-firmware r2.764bd6e-1 (Sat 01 Jul 2023 20:49:09) ==> Empfange Quellen... -> Klone das ivsc-firmware git Repo... Klone in Bare-Repository '/home/striczkof/.cache/paru/clone/intel-ivsc-firmware/ivsc-firmware' ... ==> Überprüfe source Dateien mit sha256sums... ivsc-firmware ... Übersprungen ==> Erstelle Paket: intel-ivsc-firmware r2.764bd6e-1 (Sat 01 Jul 2023 20:49:11) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Prüfe Buildtime-Abhängigkeiten... ==> Empfange Quellen... -> Aktualisiere das ivsc-firmware git Repo... ==> Überprüfe source Dateien mit sha256sums... ivsc-firmware ... Übersprungen ==> Entferne existierendes $srcdir/ Verzeichnis... ==> Entpacke Quellen... -> Erstelle Arbeitskopie des ivsc-firmware git Repos... Klone nach 'ivsc-firmware'... Fertig. ==> Beginne pkgver()... ==> Aktualisierte Version: intel-ivsc-firmware r8.29c5eff-1 ==> Quellen sind fertig. intel-ivsc-firmware-r2.764bd6e-1: Parse pkg Liste… ==> Erstelle Paket: intel-ivsc-firmware r8.29c5eff-1 (Sat 01 Jul 2023 20:49:12) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Prüfe Buildtime-Abhängigkeiten... ==> WARNUNG: Verwende bestehenden $srcdir/ Baum ==> Beginne pkgver()... ==> Betrete fakeroot Umgebung... ==> Beginne package()... ==> Säubere Installation... -> Entferne libtool Dateien... -> Bereinige ungewollte Dateien... -> Entferne statische Bibliotheken... -> Entferne unnötige Symbole aus Binär-Dateien und Bibliotheken... -> Komprimiere Man-Pages und Info-Seiten... ==> Prüfe auf Paketierungsprobleme... ==> Erstelle Paket "intel-ivsc-firmware"... -> Erstelle .PKGINFO Datei... -> Erstelle .BUILDINFO Datei... -> Erstelle .MTREE-Datei... -> Komprimiere Paket... ==> Verlasse fakeroot Umgebung. ==> Beendete Erstellung: intel-ivsc-firmware r8.29c5eff-1 (Sat 01 Jul 2023 20:49:13) ==> Räume auf... Pakete werden geladen … Abhängigkeiten werden aufgelöst … Nach in Konflikt stehenden Paketen wird gesucht … Pakete (1) intel-ivsc-firmware-r8.29c5eff-1 Gesamtgröße der installierten Pakete: 9.45 MiB :: Installation fortsetzen? [J/n] Schlüsselbund wird geprüft … Paketintegrität wird geprüft … Paket-Dateien werden geladen … Auf Dateikonflikte wird geprüft … Verfügbarer Festplattenspeicher wird ermittelt … :: Paketänderungen werden verarbeitet … intel-ivsc-firmware wird installiert … :: Post-transaction-Hooks werden gestartet … (1/1) Arming ConditionNeedsUpdate... => SUCCESS # Build and install package: intel-ipu6-dkms-git ~/Dokumente/archlinux-ipu6-webcam/intel-ipu6-dkms-git ~/Dokumente/archlinux-ipu6-webcam ==> Erstelle Paket: intel-ipu6-dkms-git-fix r100.8c02a846d-1 (Sat 01 Jul 2023 20:49:14) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Installiere fehlende Abhängigkeiten... Abhängigkeiten werden aufgelöst … Nach in Konflikt stehenden Paketen wird gesucht … Pakete (1) dkms-3.0.11-1 Gesamtgröße des Downloads: 0.04 MiB Gesamtgröße der installierten Pakete: 0.11 MiB :: Installation fortsetzen? [J/n] :: Pakete werden empfangen … dkms-3.0.11-1-any wird heruntergeladen … Schlüsselbund wird geprüft … Paketintegrität wird geprüft … Paket-Dateien werden geladen … Auf Dateikonflikte wird geprüft … Verfügbarer Festplattenspeicher wird ermittelt … :: Paketänderungen werden verarbeitet … dkms wird installiert … Optionale Abhängigkeiten für dkms linux-headers: build modules against the Arch kernel [Installiert] linux-lts-headers: build modules against the LTS kernel linux-zen-headers: build modules against the ZEN kernel linux-hardened-headers: build modules against the HARDENED kernel :: Post-transaction-Hooks werden gestartet … (1/1) Arming ConditionNeedsUpdate... ==> Prüfe Buildtime-Abhängigkeiten... ==> Empfange Quellen... -> Klone das ipu6-drivers git Repo... Klone in Bare-Repository '/home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6-dkms-git/ipu6-drivers' ... ==> Überprüfe source Dateien mit sha256sums... ipu6-drivers ... Übersprungen ==> Entpacke Quellen... -> Erstelle Arbeitskopie des ipu6-drivers git Repos... Klone nach 'ipu6-drivers'... Fertig. Zu neuem Branch 'makepkg' gewechselt ==> Beginne prepare()... Klone nach 'ivsc-driver'... ==> Beginne pkgver()... ==> Betrete fakeroot Umgebung... ==> Beginne package()... ==> Säubere Installation... -> Entferne libtool Dateien... -> Bereinige ungewollte Dateien... -> Entferne statische Bibliotheken... -> Entferne unnötige Symbole aus Binär-Dateien und Bibliotheken... -> Komprimiere Man-Pages und Info-Seiten... ==> Prüfe auf Paketierungsprobleme... ==> Erstelle Paket "intel-ipu6-dkms-git-fix"... -> Erstelle .PKGINFO Datei... -> Erstelle .BUILDINFO Datei... -> Erstelle .MTREE-Datei... -> Komprimiere Paket... ==> Verlasse fakeroot Umgebung. ==> Beendete Erstellung: intel-ipu6-dkms-git-fix r100.8c02a846d-1 (Sat 01 Jul 2023 20:49:55) ==> Installiere Paket intel-ipu6-dkms-git-fix mit pacman -U... Pakete werden geladen … Abhängigkeiten werden aufgelöst … Nach in Konflikt stehenden Paketen wird gesucht … Pakete (1) intel-ipu6-dkms-git-fix-r100.8c02a846d-1 Gesamtgröße der installierten Pakete: 1.46 MiB :: Installation fortsetzen? [J/n] Schlüsselbund wird geprüft … Paketintegrität wird geprüft … Paket-Dateien werden geladen … Auf Dateikonflikte wird geprüft … Verfügbarer Festplattenspeicher wird ermittelt … :: Paketänderungen werden verarbeitet … intel-ipu6-dkms-git-fix wird installiert … :: Post-transaction-Hooks werden gestartet … (1/2) Arming ConditionNeedsUpdate... (2/2) Install DKMS modules ==> dkms install --no-depmod ipu6-drivers/r100.8c02a846d -k 6.1.31-2-MANJARO ==> depmod 6.1.31-2-MANJARO ~/Dokumente/archlinux-ipu6-webcam => SUCCESS # Install dependency for intel-ipu6ep-camera-hal-git :: Löse Abhängigkeiten auf… :: Berechne Konflikte… :: Berechne interne Konflikte… Aur (1) ipu6-camera-bin-r32.0797f74-1 (intel-ipu6ep-camera-bin) :: Weiter überprüfen? [J/n]: :: Lade PKGBUILDs herunter… (1/1) Lädt herunter: ipu6-camera-bin-r32.0797f74-1 (intel-ipu6ep-camera-bin) frage devel info ab… ==> Erstelle Paket: ipu6-camera-bin r32.0797f74-1 (Sat 01 Jul 2023 20:50:10) ==> Empfange Quellen... -> Klone das ipu6-camera-bins git Repo... Klone in Bare-Repository '/home/striczkof/.cache/paru/clone/ipu6-camera-bin/ipu6-camera-bins' ... ==> Überprüfe source Dateien mit sha256sums... ipu6-camera-bins ... Übersprungen ==> Erstelle Paket: ipu6-camera-bin r32.0797f74-1 (Sat 01 Jul 2023 20:51:03) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Prüfe Buildtime-Abhängigkeiten... ==> Empfange Quellen... -> Aktualisiere das ipu6-camera-bins git Repo... ==> Überprüfe source Dateien mit sha256sums... ipu6-camera-bins ... Übersprungen ==> Entferne existierendes $srcdir/ Verzeichnis... ==> Entpacke Quellen... -> Erstelle Arbeitskopie des ipu6-camera-bins git Repos... Klone nach 'ipu6-camera-bins'... Fertig. ==> Beginne pkgver()... ==> Aktualisierte Version: ipu6-camera-bin r44.276859f-1 ==> Quellen sind fertig. ipu6-camera-bin-r32.0797f74-1 (intel-ipu6ep-camera-bin): Parse pkg Liste… ==> Erstelle Paket: ipu6-camera-bin r44.276859f-1 (Sat 01 Jul 2023 20:51:06) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Prüfe Buildtime-Abhängigkeiten... ==> WARNUNG: Verwende bestehenden $srcdir/ Baum ==> Beginne pkgver()... ==> Betrete fakeroot Umgebung... ==> Beginne package_intel-ipu6-camera-bin()... ==> Säubere Installation... -> Entferne libtool Dateien... -> Bereinige ungewollte Dateien... -> Entferne statische Bibliotheken... -> Entferne unnötige Symbole aus Binär-Dateien und Bibliotheken... -> Komprimiere Man-Pages und Info-Seiten... ==> Prüfe auf Paketierungsprobleme... ==> Erstelle Paket "intel-ipu6-camera-bin"... -> Erstelle .PKGINFO Datei... -> Erstelle .BUILDINFO Datei... -> Erstelle .MTREE-Datei... -> Komprimiere Paket... ==> Beginne package_intel-ipu6ep-camera-bin()... ==> Säubere Installation... -> Entferne libtool Dateien... -> Bereinige ungewollte Dateien... -> Entferne statische Bibliotheken... -> Entferne unnötige Symbole aus Binär-Dateien und Bibliotheken... -> Komprimiere Man-Pages und Info-Seiten... ==> Prüfe auf Paketierungsprobleme... ==> Erstelle Paket "intel-ipu6ep-camera-bin"... -> Erstelle .PKGINFO Datei... -> Erstelle .BUILDINFO Datei... -> Erstelle .MTREE-Datei... -> Komprimiere Paket... ==> Verlasse fakeroot Umgebung. ==> Beendete Erstellung: ipu6-camera-bin r44.276859f-1 (Sat 01 Jul 2023 20:51:09) ==> Räume auf... Pakete werden geladen … Abhängigkeiten werden aufgelöst … Nach in Konflikt stehenden Paketen wird gesucht … Pakete (1) intel-ipu6ep-camera-bin-r44.276859f-1 Gesamtgröße der installierten Pakete: 13.39 MiB :: Installation fortsetzen? [J/n] Schlüsselbund wird geprüft … Paketintegrität wird geprüft … Paket-Dateien werden geladen … Auf Dateikonflikte wird geprüft … Verfügbarer Festplattenspeicher wird ermittelt … :: Paketänderungen werden verarbeitet … intel-ipu6ep-camera-bin wird installiert … :: Post-transaction-Hooks werden gestartet … (1/1) Arming ConditionNeedsUpdate... => SUCCESS # Build and install package: intel-ipu6ep-camera-hal-git ~/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git ~/Dokumente/archlinux-ipu6-webcam ==> Erstelle Paket: intel-ipu6ep-camera-hal-git-fix r56.884b81a-1 (Sat 01 Jul 2023 20:51:10) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Prüfe Buildtime-Abhängigkeiten... ==> Installiere fehlende Abhängigkeiten... Abhängigkeiten werden aufgelöst … Nach in Konflikt stehenden Paketen wird gesucht … Pakete (4) jsoncpp-1.9.5-2 libuv-1.44.2-1 rhash-1.4.3-1 cmake-3.26.4-1 Gesamtgröße des Downloads: 11.06 MiB Gesamtgröße der installierten Pakete: 68.29 MiB :: Installation fortsetzen? [J/n] :: Pakete werden empfangen … cmake-3.26.4-1-x86_64 wird heruntergeladen … libuv-1.44.2-1-x86_64 wird heruntergeladen … rhash-1.4.3-1-x86_64 wird heruntergeladen … jsoncpp-1.9.5-2-x86_64 wird heruntergeladen … Fehler: Konnte Datei 'cmake-3.26.4-1-x86_64.pkg.tar.zst' nicht von ftp.riken.jp übertragen : Failed to connect to ftp.riken.jp port 80 after 10001 ms: Timeout was reached Schlüsselbund wird geprüft … Paketintegrität wird geprüft … Paket-Dateien werden geladen … Auf Dateikonflikte wird geprüft … Verfügbarer Festplattenspeicher wird ermittelt … :: Paketänderungen werden verarbeitet … jsoncpp wird installiert … Optionale Abhängigkeiten für jsoncpp jsoncpp-doc: documentation libuv wird installiert … rhash wird installiert … cmake wird installiert … Optionale Abhängigkeiten für cmake qt6-base: cmake-gui [Installiert] :: Post-transaction-Hooks werden gestartet … (1/4) Arming ConditionNeedsUpdate... (2/4) Updating the MIME type database... (3/4) Updating icon theme caches... (4/4) Updating the desktop file MIME type cache... ==> Empfange Quellen... -> Klone das ipu6-camera-hal git Repo... Klone in Bare-Repository '/home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/ipu6-camera-hal' ... ==> Überprüfe source Dateien mit sha256sums... ipu6-camera-hal ... Übersprungen ==> Entpacke Quellen... -> Erstelle Arbeitskopie des ipu6-camera-hal git Repos... Klone nach 'ipu6-camera-hal'... Fertig. ==> Beginne pkgver()... ==> Beginne build()... CMake Deprecation Warning at CMakeLists.txt:17 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 13.1.1 -- The CXX compiler identification is GNU 13.1.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- install prefix: /usr -- Performing Test COMPILER_SUPPORTS_ALIGNED_NEW -- Performing Test COMPILER_SUPPORTS_ALIGNED_NEW - Success INFOadd definition -DIPU_SYSVER_ipu6v5 for ipu6ep -- Performing Test COMPILER_SUPPORTS_NO_UNUSED_BUT_SET_VAR -- Performing Test COMPILER_SUPPORTS_NO_UNUSED_BUT_SET_VAR - Success -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") -- Checking for module 'ia_imaging' -- Found ia_imaging, version VERSION -- Found IA_IMAGING: /usr/include/ia_imaging -- Checking for module 'libgcss' -- Found libgcss, version -- Found LIBGCSS: /usr/include/ia_camera -- Checking for module 'libipu6ep' -- Found libipu6ep, version VERSION -- Found LIBIPU: /usr/include/libipu Install ADL IPU6EP configure files -- Configuring done (0.5s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: ENABLE_VIRTUAL_IPU_PIPE USE_STATIC_GRAPH -- Build files have been written to: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/src/build [ 1%] Building C object CMakeFiles/camhal_static.dir/modules/ia_css/ipu6ep/src/ia_css_terminal.c.o [ 2%] Building C object CMakeFiles/camhal_static.dir/modules/ia_css/ipu6ep/src/ia_css_psys_program_group_manifest.c.o [ 3%] Building C object CMakeFiles/camhal_static.dir/modules/ia_css/ipu6ep/src/ia_css_psys_process_group.c.o In Datei, eingebunden von /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/src/ipu6-camera-hal/modules/ia_css/ipu6ep/src/ia_css_psys_process_group.c:27: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/src/ipu6-camera-hal/modules/ia_css/ipu6ep/include/ia_css_psys_process_group_impl.h: In Funktion »ia_css_process_group_print«: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/src/ipu6-camera-hal/modules/ia_css/ipu6ep/include/ia_css_psys_process_group_impl.h:535:18: Warnung: Variable »routing_bitmap« gesetzt, aber nicht verwendet [-Wunused-but-set-variable] 535 | ia_css_rbm_t routing_bitmap; | ^~~~~~~~~~~~~~ /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/src/ipu6-camera-hal/modules/ia_css/ipu6ep/include/ia_css_psys_process_group_impl.h: In Funktion »ia_css_can_process_group_submit«: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/src/ipu6-camera-hal/modules/ia_css/ipu6ep/include/ia_css_psys_process_group_impl.h:703:25: Warnung: Variable »buffer« gesetzt, aber nicht verwendet [-Wunused-but-set-variable] 703 | vied_vaddress_t buffer; | ^~~~~~ /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/src/ipu6-camera-hal/modules/ia_css/ipu6ep/include/ia_css_psys_process_group_impl.h:691:9: Warnung: Variable »retval« gesetzt, aber nicht verwendet [-Wunused-but-set-variable] 691 | int retval = -1; | ^~~~~~ /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/src/ipu6-camera-hal/modules/ia_css/ipu6ep/include/ia_css_psys_process_group_impl.h: In Funktion »ia_css_can_enqueue_buffer_set«: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/src/ipu6-camera-hal/modules/ia_css/ipu6ep/include/ia_css_psys_process_group_impl.h:797:25: Warnung: Variable »buffer« gesetzt, aber nicht verwendet [-Wunused-but-set-variable] 797 | vied_vaddress_t buffer; | ^~~~~~ /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/src/ipu6-camera-hal/modules/ia_css/ipu6ep/include/ia_css_psys_process_group_impl.h:774:9: Warnung: Variable »retval« gesetzt, aber nicht verwendet [-Wunused-but-set-variable] 774 | int retval = -1; | ^~~~~~ /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/src/ipu6-camera-hal/modules/ia_css/ipu6ep/include/ia_css_psys_process_group_impl.h: In Funktion »ia_css_can_process_group_start«: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/src/ipu6-camera-hal/modules/ia_css/ipu6ep/include/ia_css_psys_process_group_impl.h:856:9: Warnung: Variable »retval« gesetzt, aber nicht verwendet [-Wunused-but-set-variable] 856 | int retval = -1; | ^~~~~~ [ 4%] Building C object CMakeFiles/camhal_static.dir/modules/ia_css/ipu6ep/src/ia_css_rbm.c.o [ 5%] Building C object CMakeFiles/camhal_static.dir/modules/ia_css/ipu6ep/src/ia_css_program_group_data.c.o [ 6%] Building C object CMakeFiles/camhal_static.dir/modules/ia_css/ipu6ep/src/ia_css_psys_process_group_cmd_impl.c.o [ 7%] Building C object CMakeFiles/camhal_static.dir/modules/ia_css/ipu6ep/src/ia_css_psys_process.c.o [ 8%] Building C object CMakeFiles/camhal_static.dir/modules/ia_css/ipu6ep/src/vied_nci_psys_system.c.o [ 9%] Building C object CMakeFiles/camhal_static.dir/modules/ia_css/ipu6ep/src/ia_css_psys_terminal.c.o [ 10%] Building C object CMakeFiles/camhal_static.dir/modules/ia_css/ipu6ep/src/ia_css_program_group_param.c.o [ 11%] Building C object CMakeFiles/camhal_static.dir/modules/ia_css/ipu6ep/src/ia_css_terminal_manifest.c.o [ 12%] Building C object CMakeFiles/camhal_static.dir/modules/ia_css/ipu6ep/src/ia_css_psys_program_manifest.c.o [ 13%] Building C object CMakeFiles/camhal_static.dir/modules/ia_css/ipu6ep/src/ia_css_psys_terminal_manifest.c.o [ 14%] Building C object CMakeFiles/camhal_static.dir/modules/ia_css/ipu6ep/src/ia_css_kernel_bitmap.c.o [ 15%] Building CXX object CMakeFiles/camhal_static.dir/src/3a/I3AControlFactory.cpp.o [ 16%] Building CXX object CMakeFiles/camhal_static.dir/src/3a/AiqUtils.cpp.o [ 17%] Building CXX object CMakeFiles/camhal_static.dir/src/3a/intel3a/Intel3AParameter.cpp.o [ 18%] Building CXX object CMakeFiles/camhal_static.dir/src/3a/AiqResult.cpp.o [ 19%] Building CXX object CMakeFiles/camhal_static.dir/src/3a/AiqResultStorage.cpp.o [ 20%] Building CXX object CMakeFiles/camhal_static.dir/src/3a/SensorManager.cpp.o [ 21%] Building CXX object CMakeFiles/camhal_static.dir/src/3a/LensManager.cpp.o [ 22%] Building CXX object CMakeFiles/camhal_static.dir/src/3a/AiqCore.cpp.o [ 23%] Building CXX object CMakeFiles/camhal_static.dir/src/3a/AiqEngine.cpp.o [ 24%] Building CXX object CMakeFiles/camhal_static.dir/src/3a/AiqSetting.cpp.o [ 25%] Building CXX object CMakeFiles/camhal_static.dir/src/3a/AiqUnit.cpp.o [ 26%] Building CXX object CMakeFiles/camhal_static.dir/src/3a/MakerNote.cpp.o [ 27%] Building CXX object CMakeFiles/camhal_static.dir/src/3a/Dvs.cpp.o [ 28%] Building CXX object CMakeFiles/camhal_static.dir/src/3a/Ltm.cpp.o [ 29%] Building CXX object CMakeFiles/camhal_static.dir/src/core/CaptureUnit.cpp.o [ 30%] Building CXX object CMakeFiles/camhal_static.dir/src/core/DeviceBase.cpp.o [ 31%] Building CXX object CMakeFiles/camhal_static.dir/src/core/CameraStream.cpp.o [ 32%] Building CXX object CMakeFiles/camhal_static.dir/src/core/CameraDevice.cpp.o [ 34%] Building CXX object CMakeFiles/camhal_static.dir/src/core/ProcessorManager.cpp.o [ 35%] Building CXX object CMakeFiles/camhal_static.dir/src/core/RequestThread.cpp.o [ 36%] Building CXX object CMakeFiles/camhal_static.dir/src/core/SwImageProcessor.cpp.o [ 37%] Building CXX object CMakeFiles/camhal_static.dir/src/core/BufferQueue.cpp.o [ 38%] Building CXX object CMakeFiles/camhal_static.dir/src/core/CameraBuffer.cpp.o [ 40%] Building CXX object CMakeFiles/camhal_static.dir/src/core/CameraEvent.cpp.o [ 40%] Building CXX object CMakeFiles/camhal_static.dir/src/core/LensHw.cpp.o [ 41%] Building CXX object CMakeFiles/camhal_static.dir/src/core/SensorHwCtrl.cpp.o [ 42%] Building CXX object CMakeFiles/camhal_static.dir/src/core/SofSource.cpp.o [ 43%] Building CXX object CMakeFiles/camhal_static.dir/src/core/SyncManager.cpp.o [ 44%] Building CXX object CMakeFiles/camhal_static.dir/src/core/psysprocessor/PolicyManager.cpp.o [ 45%] Building CXX object CMakeFiles/camhal_static.dir/src/core/CvfPrivacyChecker.cpp.o [ 46%] Building CXX object CMakeFiles/camhal_static.dir/src/core/PSysProcessor.cpp.o [ 47%] Building CXX object CMakeFiles/camhal_static.dir/src/core/IspParamAdaptor.cpp.o [ 48%] Building CXX object CMakeFiles/camhal_static.dir/src/core/psysprocessor/PSysDAG.cpp.o [ 49%] Building CXX object CMakeFiles/camhal_static.dir/src/core/psysprocessor/PipeLiteExecutor.cpp.o [ 50%] Building CXX object CMakeFiles/camhal_static.dir/src/core/psysprocessor/PGCommon.cpp.o [ 51%] Building CXX object CMakeFiles/camhal_static.dir/src/core/psysprocessor/PGUtils.cpp.o [ 52%] Building CXX object CMakeFiles/camhal_static.dir/src/core/psysprocessor/ShareReferBufferPool.cpp.o [ 53%] Building CXX object CMakeFiles/camhal_static.dir/src/hal/CameraHal.cpp.o [ 54%] Building CXX object CMakeFiles/camhal_static.dir/src/hal/ICamera.cpp.o [ 55%] Building CXX object CMakeFiles/camhal_static.dir/src/iutils/CameraLog.cpp.o [ 56%] Building CXX object CMakeFiles/camhal_static.dir/src/iutils/LogSink.cpp.o [ 57%] Building CXX object CMakeFiles/camhal_static.dir/src/iutils/ModuleTags.cpp.o [ 58%] Building CXX object CMakeFiles/camhal_static.dir/src/iutils/CameraDump.cpp.o [ 59%] Building CXX object CMakeFiles/camhal_static.dir/src/iutils/Trace.cpp.o [ 60%] Building CXX object CMakeFiles/camhal_static.dir/src/iutils/ScopedAtrace.cpp.o [ 61%] Building CXX object CMakeFiles/camhal_static.dir/src/iutils/Thread.cpp.o [ 62%] Building CXX object CMakeFiles/camhal_static.dir/src/iutils/Utils.cpp.o [ 63%] Building CXX object CMakeFiles/camhal_static.dir/src/iutils/SwImageConverter.cpp.o [ 64%] Building CXX object CMakeFiles/camhal_static.dir/src/metadata/icamera_metadata_base.cpp.o [ 65%] Building CXX object CMakeFiles/camhal_static.dir/src/metadata/CameraMetadata.cpp.o [ 67%] Building CXX object CMakeFiles/camhal_static.dir/src/metadata/Parameters.cpp.o [ 68%] Building CXX object CMakeFiles/camhal_static.dir/src/metadata/ParameterHelper.cpp.o [ 69%] Building CXX object CMakeFiles/camhal_static.dir/src/metadata/ParameterGenerator.cpp.o [ 70%] Building CXX object CMakeFiles/camhal_static.dir/src/platformdata/ParserBase.cpp.o [ 71%] Building CXX object CMakeFiles/camhal_static.dir/src/platformdata/PlatformData.cpp.o [ 72%] Building CXX object CMakeFiles/camhal_static.dir/src/platformdata/CameraParser.cpp.o [ 73%] Building CXX object CMakeFiles/camhal_static.dir/src/platformdata/PolicyParser.cpp.o [ 74%] Building CXX object CMakeFiles/camhal_static.dir/src/platformdata/AiqInitData.cpp.o [ 75%] Building CXX object CMakeFiles/camhal_static.dir/src/platformdata/gc/GraphUtils.cpp.o [ 76%] Building CXX object CMakeFiles/camhal_static.dir/src/platformdata/gc/GraphConfigManager.cpp.o [ 77%] Building CXX object CMakeFiles/camhal_static.dir/src/platformdata/gc/GraphConfig.cpp.o [ 78%] Building CXX object CMakeFiles/camhal_static.dir/src/scheduler/CameraScheduler.cpp.o [ 79%] Building CXX object CMakeFiles/camhal_static.dir/src/scheduler/CameraSchedulerPolicy.cpp.o [ 80%] Building CXX object CMakeFiles/camhal_static.dir/src/v4l2/MediaControl.cpp.o [ 81%] Building CXX object CMakeFiles/camhal_static.dir/src/v4l2/V4l2DeviceFactory.cpp.o [ 82%] Building CXX object CMakeFiles/camhal_static.dir/src/v4l2/SysCall.cpp.o [ 83%] Building CXX object CMakeFiles/camhal_static.dir/src/v4l2/NodeInfo.cpp.o [ 84%] Building CXX object CMakeFiles/camhal_static.dir/modules/v4l2/v4l2_device.cc.o [ 85%] Building CXX object CMakeFiles/camhal_static.dir/modules/v4l2/v4l2_subdevice.cc.o [ 86%] Building CXX object CMakeFiles/camhal_static.dir/modules/v4l2/v4l2_video_node.cc.o [ 87%] Building CXX object CMakeFiles/camhal_static.dir/modules/algowrapper/IntelCca.cpp.o [ 88%] Building CXX object CMakeFiles/camhal_static.dir/modules/algowrapper/graph/GraphConfigImpl.cpp.o [ 89%] Building CXX object CMakeFiles/camhal_static.dir/modules/algowrapper/graph/GraphConfigPipe.cpp.o [ 90%] Building CXX object CMakeFiles/camhal_static.dir/modules/algowrapper/IntelPGParam.cpp.o [ 91%] Building CXX object CMakeFiles/camhal_static.dir/src/image_process/ImageConverter.cpp.o [ 92%] Building CXX object CMakeFiles/camhal_static.dir/src/image_process/ImageScalerCore.cpp.o [ 93%] Building CXX object CMakeFiles/camhal_static.dir/modules/ia_cipr/src/Buffer.cpp.o [ 94%] Building CXX object CMakeFiles/camhal_static.dir/modules/ia_cipr/src/Context.cpp.o [ 95%] Building CXX object CMakeFiles/camhal_static.dir/modules/ia_cipr/src/Event.cpp.o [ 96%] Building CXX object CMakeFiles/camhal_static.dir/modules/ia_cipr/src/Command.cpp.o [ 97%] Building CXX object CMakeFiles/camhal_static.dir/modules/ia_cipr/src/Utils.cpp.o [ 98%] Linking CXX static library libcamhal.a [ 98%] Built target camhal_static [100%] Linking CXX shared library libcamhal.so [100%] Built target camhal ==> Betrete fakeroot Umgebung... ==> Beginne package()... -- Install configuration: "Release" -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/include/libcamhal -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/include/libcamhal/api -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/include/libcamhal/api/Parameters.h -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/include/libcamhal/api/ICamera.h -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/include/libcamhal/api/intel_vendor_metadata_tags.h -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/include/libcamhal/linux -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/include/libcamhal/linux/v4l2-subdev.h -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/include/libcamhal/linux/media-bus-format.h -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/include/libcamhal/linux/media.h -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/include/libcamhal/linux/v4l2-controls.h -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/include/libcamhal/linux/ipu-isys.h -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/include/libcamhal/linux/v4l2-common.h -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/include/libcamhal/linux/videodev2.h -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/include/libcamhal/linux/v4l2-mediabus.h -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/include/libcamhal/utils -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/include/libcamhal/utils/ScopedAtrace.h -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/HM2170_1SG205N3_OS_ADL.aiqb -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/HI556_1BG502T3_ADL.aiqb -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/HM2170_1SG205N3_ADL.aiqb -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/OV02C10_1SG204N3_ADL.aiqb -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/OV2740_CJFLE23_ADL.aiqb -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/ov01a1s.aiqb -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/libcamhal_profile.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/OV02C10_1BG203N3_ADL.aiqb -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/psys_policy_profiles.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/HI556_CJFLE25_ADL.aiqb -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/ov01a10.aiqb -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/hi556.aiqb -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/OV02C10_CIFME14_ADL.aiqb -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/gcss -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/gcss/graph_settings_HI556_CJFLE25_ADL.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/gcss/graph_descriptor.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/gcss/graph_settings_ov13b10.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/gcss/graph_settings_HM2170_1SG205N3_ADL.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/gcss/graph_settings_HM2170_CJFME18_ADL.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/gcss/graph_settings_HI556_1BG502T3_ADL.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/gcss/graph_settings_OV02C10_CIFME14_ADL.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/gcss/graph_settings_ov01a1s.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/gcss/graph_settings_hm2170_1SG205N3_ADL.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/gcss/graph_settings_OV02C10_1SG204N3_ADL.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/gcss/graph_settings_OV2740_CJFLE23_ADL.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/gcss/graph_settings_OV02C10_1BG203N3_ADL.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/gcss/graph_settings_ov8856.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/gcss/graph_settings_ov01a10.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/HM2170_1SG205N3_MB_ADL.aiqb -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/HM2170_CJFME18_ADL.aiqb -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/sensors -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/sensors/ov8856-wf.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/sensors/ov8856-uf.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/sensors/ov02c10-uf.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/sensors/hm2170-uf.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/sensors/ov13b10-wf.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/sensors/ov13b10-uf.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/sensors/hi556-uf.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/sensors/ov01a10-uf.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/sensors/ov2740-uf.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/share/defaults/etc/camera/sensors/ov01a1s-uf.xml -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/lib/libcamhal.so -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/lib/libcamhal.a -- Installing: /home/striczkof/Dokumente/archlinux-ipu6-webcam/intel-ipu6ep-camera-hal-git/pkg/intel-ipu6ep-camera-hal-git-fix/usr/lib/pkgconfig/libcamhal.pc ==> Säubere Installation... -> Entferne libtool Dateien... -> Bereinige ungewollte Dateien... -> Entferne statische Bibliotheken... -> Entferne unnötige Symbole aus Binär-Dateien und Bibliotheken... -> Komprimiere Man-Pages und Info-Seiten... ==> Prüfe auf Paketierungsprobleme... ==> Erstelle Paket "intel-ipu6ep-camera-hal-git-fix"... -> Erstelle .PKGINFO Datei... -> Erstelle .BUILDINFO Datei... -> Erstelle .MTREE-Datei... -> Komprimiere Paket... ==> Verlasse fakeroot Umgebung. ==> Beendete Erstellung: intel-ipu6ep-camera-hal-git-fix r56.884b81a-1 (Sat 01 Jul 2023 20:52:18) ==> Installiere Paket intel-ipu6ep-camera-hal-git-fix mit pacman -U... Pakete werden geladen … Abhängigkeiten werden aufgelöst … Nach in Konflikt stehenden Paketen wird gesucht … Pakete (1) intel-ipu6ep-camera-hal-git-fix-r56.884b81a-1 Gesamtgröße der installierten Pakete: 13.82 MiB :: Installation fortsetzen? [J/n] Schlüsselbund wird geprüft … Paketintegrität wird geprüft … Paket-Dateien werden geladen … Auf Dateikonflikte wird geprüft … Verfügbarer Festplattenspeicher wird ermittelt … :: Paketänderungen werden verarbeitet … intel-ipu6ep-camera-hal-git-fix wird installiert … :: Post-transaction-Hooks werden gestartet … (1/1) Arming ConditionNeedsUpdate... ~/Dokumente/archlinux-ipu6-webcam => SUCCESS # Build and install package: v4l2loopback-dkms-git ~/Dokumente/archlinux-ipu6-webcam/v4l2loopback-dkms-git ~/Dokumente/archlinux-ipu6-webcam ==> Erstelle Paket: v4l2loopback-dkms-git-fix r10.f94def5-1 (Sat 01 Jul 2023 20:52:18) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Prüfe Buildtime-Abhängigkeiten... ==> Installiere fehlende Abhängigkeiten... Abhängigkeiten werden aufgelöst … Nach in Konflikt stehenden Paketen wird gesucht … Pakete (2) perl-locale-gettext-1.07-13 help2man-1.49.3-1 Gesamtgröße des Downloads: 0.20 MiB Gesamtgröße der installierten Pakete: 0.41 MiB :: Installation fortsetzen? [J/n] :: Pakete werden empfangen … help2man-1.49.3-1-x86_64 wird heruntergeladen … perl-locale-gettext-1.07-13-x86_64 wird heruntergeladen … Schlüsselbund wird geprüft … Paketintegrität wird geprüft … Paket-Dateien werden geladen … Auf Dateikonflikte wird geprüft … Verfügbarer Festplattenspeicher wird ermittelt … :: Paketänderungen werden verarbeitet … perl-locale-gettext wird installiert … help2man wird installiert … :: Post-transaction-Hooks werden gestartet … (1/3) Arming ConditionNeedsUpdate... (2/3) Warn about old perl modules (3/3) Updating the info directory file... ==> Empfange Quellen... -> Klone das v4l2loopback git Repo... Klone in Bare-Repository '/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2loopback-dkms-git/v4l2loopback' ... ==> Überprüfe source Dateien mit md5sums... v4l2loopback ... Übersprungen ==> Entpacke Quellen... -> Erstelle Arbeitskopie des v4l2loopback git Repos... Klone nach 'v4l2loopback'... Fertig. Zu neuem Branch 'makepkg' gewechselt ==> Beginne prepare()... patching file v4l2loopback.c patching file v4l2loopback.c patching file dkms.conf ==> Beginne pkgver()... ==> Betrete fakeroot Umgebung... ==> Beginne package()... 'COPYING' -> '/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2loopback-dkms-git/pkg/v4l2loopback-dkms-git-fix/usr/share/licenses/v4l2loopback/COPYING' install -p -m 755 -d "/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2loopback-dkms-git/pkg/v4l2loopback-dkms-git-fix/usr/bin" help2man -N --name "control v4l2 loopback devices" utils/v4l2loopback-ctl > man/v4l2loopback-ctl.1 install -p -m 755 utils/v4l2loopback-ctl "/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2loopback-dkms-git/pkg/v4l2loopback-dkms-git-fix/usr/bin" install -p -m 755 -d "/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2loopback-dkms-git/pkg/v4l2loopback-dkms-git-fix/usr/share/man/man1" install -m 644 man/v4l2loopback-ctl.1 "/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2loopback-dkms-git/pkg/v4l2loopback-dkms-git-fix/usr/share/man/man1" ==> Säubere Installation... -> Entferne libtool Dateien... -> Bereinige ungewollte Dateien... -> Entferne statische Bibliotheken... -> Entferne unnötige Symbole aus Binär-Dateien und Bibliotheken... -> Komprimiere Man-Pages und Info-Seiten... ==> Prüfe auf Paketierungsprobleme... ==> Erstelle Paket "v4l2loopback-dkms-git-fix"... -> Erstelle .PKGINFO Datei... -> Erstelle .BUILDINFO Datei... -> Erstelle .MTREE-Datei... -> Komprimiere Paket... ==> Verlasse fakeroot Umgebung. ==> Beendete Erstellung: v4l2loopback-dkms-git-fix r10.f94def5-1 (Sat 01 Jul 2023 20:52:29) ==> Installiere Paket v4l2loopback-dkms-git-fix mit pacman -U... Pakete werden geladen … Abhängigkeiten werden aufgelöst … Nach in Konflikt stehenden Paketen wird gesucht … Pakete (1) v4l2loopback-dkms-git-fix-r10.f94def5-1 Gesamtgröße der installierten Pakete: 0.23 MiB :: Installation fortsetzen? [J/n] Schlüsselbund wird geprüft … Paketintegrität wird geprüft … Paket-Dateien werden geladen … Auf Dateikonflikte wird geprüft … Verfügbarer Festplattenspeicher wird ermittelt … :: Paketänderungen werden verarbeitet … v4l2loopback-dkms-git-fix wird installiert … :: Post-transaction-Hooks werden gestartet … (1/2) Arming ConditionNeedsUpdate... (2/2) Install DKMS modules ==> dkms install --no-depmod v4l2loopback/r10.f94def5 -k 6.1.31-2-MANJARO ==> depmod 6.1.31-2-MANJARO ~/Dokumente/archlinux-ipu6-webcam => SUCCESS # Build and install package: v4l2-relayd ~/Dokumente/archlinux-ipu6-webcam/v4l2-relayd ~/Dokumente/archlinux-ipu6-webcam ==> Erstelle Paket: v4l2-relayd r42.6fd6b6a-1 (Sat 01 Jul 2023 20:52:32) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Prüfe Buildtime-Abhängigkeiten... ==> Empfange Quellen... -> Klone das v4l2-relayd git Repo... Klone in Bare-Repository '/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/v4l2-relayd' ... ==> Überprüfe source Dateien mit sha256sums... v4l2-relayd ... Übersprungen ==> Entpacke Quellen... -> Erstelle Arbeitskopie des v4l2-relayd git Repos... Klone nach 'v4l2-relayd'... Fertig. Warnung: HEAD des Remote-Repositories verweist auf nicht existierende Referenz, kann nicht ausgecheckt werden Zu neuem Branch 'makepkg' gewechselt ==> Beginne pkgver()... ==> Beginne build()... autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS} autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory build-aux autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS} autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:51: installing 'build-aux/compile' configure.ac:60: installing 'build-aux/config.guess' configure.ac:60: installing 'build-aux/config.sub' configure.ac:22: installing 'build-aux/install-sh' configure.ac:22: installing 'build-aux/missing' Makefile.am: installing 'build-aux/depcomp' autoreconf: Leaving directory '.' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes ./configure: line 3277: AX_CHECK_ENABLE_DEBUG: command not found checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating ./config.lt config.lt: creating libtool checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for DEPS... yes checking for GST... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands git.mk: Generating .gitignore make all-recursive make[1]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/src/v4l2-relayd“ wird betreten Making all in . make[2]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/src/v4l2-relayd“ wird betreten CC src/v4l2_relayd-v4l2-relayd.o CCLD src/v4l2-relayd make[2]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/src/v4l2-relayd“ wird verlassen make[1]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/src/v4l2-relayd“ wird verlassen ==> Betrete fakeroot Umgebung... ==> Beginne package()... Making install in . make[1]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/src/v4l2-relayd“ wird betreten make[2]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/src/v4l2-relayd“ wird betreten /usr/bin/mkdir -p '/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/pkg/v4l2-relayd//usr/etc/modprobe.d' /usr/bin/mkdir -p '/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/pkg/v4l2-relayd//usr/lib/modules-load.d' /usr/bin/install -c -m 644 data/etc/modprobe.d/v4l2-relayd.conf '/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/pkg/v4l2-relayd//usr/etc/modprobe.d' /usr/bin/install -c -m 644 data/etc/modules-load.d/v4l2-relayd.conf '/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/pkg/v4l2-relayd//usr/lib/modules-load.d' /usr/bin/mkdir -p '/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/pkg/v4l2-relayd//usr/etc/default' /usr/bin/mkdir -p '/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/pkg/v4l2-relayd//usr/lib/systemd/system' /usr/bin/install -c -m 644 data/etc/default/v4l2-relayd '/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/pkg/v4l2-relayd//usr/etc/default' /usr/bin/install -c -m 644 data/systemd/v4l2-relayd.service '/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/pkg/v4l2-relayd//usr/lib/systemd/system' /usr/bin/mkdir -p '/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/pkg/v4l2-relayd//usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c src/v4l2-relayd '/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/pkg/v4l2-relayd//usr/bin' libtool: install: /usr/bin/install -c src/v4l2-relayd /home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/pkg/v4l2-relayd//usr/bin/v4l2-relayd make[2]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/src/v4l2-relayd“ wird verlassen make[1]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/v4l2-relayd/src/v4l2-relayd“ wird verlassen ==> Säubere Installation... -> Entferne libtool Dateien... -> Bereinige ungewollte Dateien... -> Entferne statische Bibliotheken... -> Entferne unnötige Symbole aus Binär-Dateien und Bibliotheken... -> Komprimiere Man-Pages und Info-Seiten... ==> Prüfe auf Paketierungsprobleme... ==> Erstelle Paket "v4l2-relayd"... -> Erstelle .PKGINFO Datei... -> Erstelle .BUILDINFO Datei... -> Erstelle .MTREE-Datei... -> Komprimiere Paket... ==> Verlasse fakeroot Umgebung. ==> Beendete Erstellung: v4l2-relayd r42.6fd6b6a-1 (Sat 01 Jul 2023 20:52:42) ==> Installiere Paket v4l2-relayd mit pacman -U... Pakete werden geladen … Abhängigkeiten werden aufgelöst … Nach in Konflikt stehenden Paketen wird gesucht … Pakete (1) v4l2-relayd-r42.6fd6b6a-1 Gesamtgröße der installierten Pakete: 0.02 MiB :: Installation fortsetzen? [J/n] Schlüsselbund wird geprüft … Paketintegrität wird geprüft … Paket-Dateien werden geladen … Auf Dateikonflikte wird geprüft … Verfügbarer Festplattenspeicher wird ermittelt … :: Paketänderungen werden verarbeitet … v4l2-relayd wird installiert … :: Post-transaction-Hooks werden gestartet … (1/2) Reloading system manager configuration... (2/2) Arming ConditionNeedsUpdate... ~/Dokumente/archlinux-ipu6-webcam => SUCCESS # Build and install package: icamerasrc-git ~/Dokumente/archlinux-ipu6-webcam/icamerasrc-git ~/Dokumente/archlinux-ipu6-webcam ==> Erstelle Paket: icamerasrc-git-fix r59.17841ab-1 (Sat 01 Jul 2023 20:52:42) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Prüfe Buildtime-Abhängigkeiten... ==> Empfange Quellen... -> Klone das icamerasrc git Repo... Klone in Bare-Repository '/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/icamerasrc' ... ==> Überprüfe source Dateien mit sha256sums... icamerasrc ... Übersprungen ==> Entpacke Quellen... -> Erstelle Arbeitskopie des icamerasrc git Repos... Klone nach 'icamerasrc'... Fertig. Zu neuem Branch 'makepkg' gewechselt ==> Beginne pkgver()... ==> Beginne build()... autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: aclocal --force autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:67: installing './compile' configure.ac:67: installing './config.guess' configure.ac:67: installing './config.sub' configure.ac:57: installing './install-sh' configure.ac:57: installing './missing' Makefile.am: installing './INSTALL' Makefile.am: installing './COPYING' using GNU General Public License v3 file Makefile.am: Consider adding the COPYING file to the version control system Makefile.am: for your code, to avoid questions about which license your project uses src/Makefile.am: installing './depcomp' autoreconf: no config.status: cannot re-make autoreconf: Leaving directory '.' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking whether make supports the include directive... yes (GNU style) checking dependency style of g++... gcc3 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for gcc... gcc checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for pkg-config... checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GST... yes checking for CAMHAL... yes checking for LIBDRM... yes checking to see if compiler understands -Wall... yes checking check if CHROME_SLIM_CAMHAL is ON... yes checking check if STRIP_VIRTUAL_CHANNEL_CAMHAL is ON... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/interfaces/Makefile config.status: creating libgsticamerasrc.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Now type 'make' to compile this module. make all-recursive make[1]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc“ wird betreten Making all in src make[2]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src“ wird betreten Making all in interfaces make[3]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src/interfaces“ wird betreten /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++11 -Wall -Werror -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -DCHROME_SLIM_CAMHAL -fstack-protector-all -fPIE -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerainterface_1.0_la-gstcamera3ainterface.lo -MD -MP -MF .deps/libgsticamerainterface_1.0_la-gstcamera3ainterface.Tpo -c -o libgsticamerainterface_1.0_la-gstcamera3ainterface.lo `test -f 'gstcamera3ainterface.cpp' || echo './'`gstcamera3ainterface.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++11 -Wall -Werror -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -DCHROME_SLIM_CAMHAL -fstack-protector-all -fPIE -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerainterface_1.0_la-gstcameraispinterface.lo -MD -MP -MF .deps/libgsticamerainterface_1.0_la-gstcameraispinterface.Tpo -c -o libgsticamerainterface_1.0_la-gstcameraispinterface.lo `test -f 'gstcameraispinterface.cpp' || echo './'`gstcameraispinterface.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++11 -Wall -Werror -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -DCHROME_SLIM_CAMHAL -fstack-protector-all -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerainterface_1.0_la-gstcamera3ainterface.lo -MD -MP -MF .deps/libgsticamerainterface_1.0_la-gstcamera3ainterface.Tpo -c gstcamera3ainterface.cpp -fPIC -DPIC -o .libs/libgsticamerainterface_1.0_la-gstcamera3ainterface.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++11 -Wall -Werror -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -DCHROME_SLIM_CAMHAL -fstack-protector-all -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerainterface_1.0_la-gstcameraispinterface.lo -MD -MP -MF .deps/libgsticamerainterface_1.0_la-gstcameraispinterface.Tpo -c gstcameraispinterface.cpp -fPIC -DPIC -o .libs/libgsticamerainterface_1.0_la-gstcameraispinterface.o mv -f .deps/libgsticamerainterface_1.0_la-gstcameraispinterface.Tpo .deps/libgsticamerainterface_1.0_la-gstcameraispinterface.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++11 -Wall -Werror -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -DCHROME_SLIM_CAMHAL -fstack-protector-all -fPIE -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerainterface_1.0_la-gstcameradewarpinginterface.lo -MD -MP -MF .deps/libgsticamerainterface_1.0_la-gstcameradewarpinginterface.Tpo -c -o libgsticamerainterface_1.0_la-gstcameradewarpinginterface.lo `test -f 'gstcameradewarpinginterface.cpp' || echo './'`gstcameradewarpinginterface.cpp mv -f .deps/libgsticamerainterface_1.0_la-gstcamera3ainterface.Tpo .deps/libgsticamerainterface_1.0_la-gstcamera3ainterface.Plo /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++11 -Wall -Werror -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -DCHROME_SLIM_CAMHAL -fstack-protector-all -fPIE -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerainterface_1.0_la-gstcamerawfovinterface.lo -MD -MP -MF .deps/libgsticamerainterface_1.0_la-gstcamerawfovinterface.Tpo -c -o libgsticamerainterface_1.0_la-gstcamerawfovinterface.lo `test -f 'gstcamerawfovinterface.cpp' || echo './'`gstcamerawfovinterface.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++11 -Wall -Werror -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -DCHROME_SLIM_CAMHAL -fstack-protector-all -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerainterface_1.0_la-gstcameradewarpinginterface.lo -MD -MP -MF .deps/libgsticamerainterface_1.0_la-gstcameradewarpinginterface.Tpo -c gstcameradewarpinginterface.cpp -fPIC -DPIC -o .libs/libgsticamerainterface_1.0_la-gstcameradewarpinginterface.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++11 -Wall -Werror -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -DCHROME_SLIM_CAMHAL -fstack-protector-all -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerainterface_1.0_la-gstcamerawfovinterface.lo -MD -MP -MF .deps/libgsticamerainterface_1.0_la-gstcamerawfovinterface.Tpo -c gstcamerawfovinterface.cpp -fPIC -DPIC -o .libs/libgsticamerainterface_1.0_la-gstcamerawfovinterface.o mv -f .deps/libgsticamerainterface_1.0_la-gstcamerawfovinterface.Tpo .deps/libgsticamerainterface_1.0_la-gstcamerawfovinterface.Plo mv -f .deps/libgsticamerainterface_1.0_la-gstcameradewarpinginterface.Tpo .deps/libgsticamerainterface_1.0_la-gstcameradewarpinginterface.Plo /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIE -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Wl,-z,relro -Wl,-z,now -version-info 1:0:0 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libgsticamerainterface-1.0.la -rpath /usr/lib libgsticamerainterface_1.0_la-gstcamera3ainterface.lo libgsticamerainterface_1.0_la-gstcameraispinterface.lo libgsticamerainterface_1.0_la-gstcameradewarpinginterface.lo libgsticamerainterface_1.0_la-gstcamerawfovinterface.lo -lgstbase-1.0 -lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lcamhal libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o .libs/libgsticamerainterface_1.0_la-gstcamera3ainterface.o .libs/libgsticamerainterface_1.0_la-gstcameraispinterface.o .libs/libgsticamerainterface_1.0_la-gstcameradewarpinginterface.o .libs/libgsticamerainterface_1.0_la-gstcamerawfovinterface.o -lgstbase-1.0 -lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lcamhal -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o -march=x86-64 -mtune=generic -O2 -Werror=format-security -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libgsticamerainterface-1.0.so.1 -o .libs/libgsticamerainterface-1.0.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libgsticamerainterface-1.0.so.1" && ln -s "libgsticamerainterface-1.0.so.1.0.0" "libgsticamerainterface-1.0.so.1") libtool: link: (cd ".libs" && rm -f "libgsticamerainterface-1.0.so" && ln -s "libgsticamerainterface-1.0.so.1.0.0" "libgsticamerainterface-1.0.so") libtool: link: ( cd ".libs" && rm -f "libgsticamerainterface-1.0.la" && ln -s "../libgsticamerainterface-1.0.la" "libgsticamerainterface-1.0.la" ) make[3]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src/interfaces“ wird verlassen make[3]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src“ wird betreten /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -I/usr/include/libdrm -std=c++11 -Werror -I../src/interfaces -DDEFAULT_PROP_DEVICE_ID=0 -DCHROME_SLIM_CAMHAL -DSTRIP_VIRTUAL_CHANNEL_CAMHAL -fstack-protector -fPIE -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerasrc_la-gstcamerasrc.lo -MD -MP -MF .deps/libgsticamerasrc_la-gstcamerasrc.Tpo -c -o libgsticamerasrc_la-gstcamerasrc.lo `test -f 'gstcamerasrc.cpp' || echo './'`gstcamerasrc.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -I/usr/include/libdrm -std=c++11 -Werror -I../src/interfaces -DDEFAULT_PROP_DEVICE_ID=0 -DCHROME_SLIM_CAMHAL -DSTRIP_VIRTUAL_CHANNEL_CAMHAL -fstack-protector -fPIE -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerasrc_la-gstcameraformat.lo -MD -MP -MF .deps/libgsticamerasrc_la-gstcameraformat.Tpo -c -o libgsticamerasrc_la-gstcameraformat.lo `test -f 'gstcameraformat.cpp' || echo './'`gstcameraformat.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -I/usr/include/libdrm -std=c++11 -Werror -I../src/interfaces -DDEFAULT_PROP_DEVICE_ID=0 -DCHROME_SLIM_CAMHAL -DSTRIP_VIRTUAL_CHANNEL_CAMHAL -fstack-protector -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerasrc_la-gstcameraformat.lo -MD -MP -MF .deps/libgsticamerasrc_la-gstcameraformat.Tpo -c gstcameraformat.cpp -fPIC -DPIC -o .libs/libgsticamerasrc_la-gstcameraformat.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -I/usr/include/libdrm -std=c++11 -Werror -I../src/interfaces -DDEFAULT_PROP_DEVICE_ID=0 -DCHROME_SLIM_CAMHAL -DSTRIP_VIRTUAL_CHANNEL_CAMHAL -fstack-protector -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerasrc_la-gstcamerasrc.lo -MD -MP -MF .deps/libgsticamerasrc_la-gstcamerasrc.Tpo -c gstcamerasrc.cpp -fPIC -DPIC -o .libs/libgsticamerasrc_la-gstcamerasrc.o mv -f .deps/libgsticamerasrc_la-gstcameraformat.Tpo .deps/libgsticamerasrc_la-gstcameraformat.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -I/usr/include/libdrm -std=c++11 -Werror -I../src/interfaces -DDEFAULT_PROP_DEVICE_ID=0 -DCHROME_SLIM_CAMHAL -DSTRIP_VIRTUAL_CHANNEL_CAMHAL -fstack-protector -fPIE -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerasrc_la-gstcamerasrcbufferpool.lo -MD -MP -MF .deps/libgsticamerasrc_la-gstcamerasrcbufferpool.Tpo -c -o libgsticamerasrc_la-gstcamerasrcbufferpool.lo `test -f 'gstcamerasrcbufferpool.cpp' || echo './'`gstcamerasrcbufferpool.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -I/usr/include/libdrm -std=c++11 -Werror -I../src/interfaces -DDEFAULT_PROP_DEVICE_ID=0 -DCHROME_SLIM_CAMHAL -DSTRIP_VIRTUAL_CHANNEL_CAMHAL -fstack-protector -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerasrc_la-gstcamerasrcbufferpool.lo -MD -MP -MF .deps/libgsticamerasrc_la-gstcamerasrcbufferpool.Tpo -c gstcamerasrcbufferpool.cpp -fPIC -DPIC -o .libs/libgsticamerasrc_la-gstcamerasrcbufferpool.o mv -f .deps/libgsticamerasrc_la-gstcamerasrcbufferpool.Tpo .deps/libgsticamerasrc_la-gstcamerasrcbufferpool.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -I/usr/include/libdrm -std=c++11 -Werror -I../src/interfaces -DDEFAULT_PROP_DEVICE_ID=0 -DCHROME_SLIM_CAMHAL -DSTRIP_VIRTUAL_CHANNEL_CAMHAL -fstack-protector -fPIE -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerasrc_la-gstcameradeinterlace.lo -MD -MP -MF .deps/libgsticamerasrc_la-gstcameradeinterlace.Tpo -c -o libgsticamerasrc_la-gstcameradeinterlace.lo `test -f 'gstcameradeinterlace.cpp' || echo './'`gstcameradeinterlace.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -I/usr/include/libdrm -std=c++11 -Werror -I../src/interfaces -DDEFAULT_PROP_DEVICE_ID=0 -DCHROME_SLIM_CAMHAL -DSTRIP_VIRTUAL_CHANNEL_CAMHAL -fstack-protector -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerasrc_la-gstcameradeinterlace.lo -MD -MP -MF .deps/libgsticamerasrc_la-gstcameradeinterlace.Tpo -c gstcameradeinterlace.cpp -fPIC -DPIC -o .libs/libgsticamerasrc_la-gstcameradeinterlace.o mv -f .deps/libgsticamerasrc_la-gstcamerasrc.Tpo .deps/libgsticamerasrc_la-gstcamerasrc.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -I/usr/include/libdrm -std=c++11 -Werror -I../src/interfaces -DDEFAULT_PROP_DEVICE_ID=0 -DCHROME_SLIM_CAMHAL -DSTRIP_VIRTUAL_CHANNEL_CAMHAL -fstack-protector -fPIE -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerasrc_la-gstcambasesrc.lo -MD -MP -MF .deps/libgsticamerasrc_la-gstcambasesrc.Tpo -c -o libgsticamerasrc_la-gstcambasesrc.lo `test -f 'gstcambasesrc.cpp' || echo './'`gstcambasesrc.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -I/usr/include/libdrm -std=c++11 -Werror -I../src/interfaces -DDEFAULT_PROP_DEVICE_ID=0 -DCHROME_SLIM_CAMHAL -DSTRIP_VIRTUAL_CHANNEL_CAMHAL -fstack-protector -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerasrc_la-gstcambasesrc.lo -MD -MP -MF .deps/libgsticamerasrc_la-gstcambasesrc.Tpo -c gstcambasesrc.cpp -fPIC -DPIC -o .libs/libgsticamerasrc_la-gstcambasesrc.o mv -f .deps/libgsticamerasrc_la-gstcameradeinterlace.Tpo .deps/libgsticamerasrc_la-gstcameradeinterlace.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -I/usr/include/libdrm -std=c++11 -Werror -I../src/interfaces -DDEFAULT_PROP_DEVICE_ID=0 -DCHROME_SLIM_CAMHAL -DSTRIP_VIRTUAL_CHANNEL_CAMHAL -fstack-protector -fPIE -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerasrc_la-gstcampushsrc.lo -MD -MP -MF .deps/libgsticamerasrc_la-gstcampushsrc.Tpo -c -o libgsticamerasrc_la-gstcampushsrc.lo `test -f 'gstcampushsrc.cpp' || echo './'`gstcampushsrc.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -I/usr/include/libdrm -std=c++11 -Werror -I../src/interfaces -DDEFAULT_PROP_DEVICE_ID=0 -DCHROME_SLIM_CAMHAL -DSTRIP_VIRTUAL_CHANNEL_CAMHAL -fstack-protector -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerasrc_la-gstcampushsrc.lo -MD -MP -MF .deps/libgsticamerasrc_la-gstcampushsrc.Tpo -c gstcampushsrc.cpp -fPIC -DPIC -o .libs/libgsticamerasrc_la-gstcampushsrc.o mv -f .deps/libgsticamerasrc_la-gstcampushsrc.Tpo .deps/libgsticamerasrc_la-gstcampushsrc.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -I/usr/include/libdrm -std=c++11 -Werror -I../src/interfaces -DDEFAULT_PROP_DEVICE_ID=0 -DCHROME_SLIM_CAMHAL -DSTRIP_VIRTUAL_CHANNEL_CAMHAL -fstack-protector -fPIE -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerasrc_la-utils.lo -MD -MP -MF .deps/libgsticamerasrc_la-utils.Tpo -c -o libgsticamerasrc_la-utils.lo `test -f 'utils.cpp' || echo './'`utils.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread -Wall -I/usr/include/libcamhal -I/usr/include/libcamhal/api -I/usr/include/libcamhal/utils -I/usr/include/libdrm -std=c++11 -Werror -I../src/interfaces -DDEFAULT_PROP_DEVICE_ID=0 -DCHROME_SLIM_CAMHAL -DSTRIP_VIRTUAL_CHANNEL_CAMHAL -fstack-protector -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -MT libgsticamerasrc_la-utils.lo -MD -MP -MF .deps/libgsticamerasrc_la-utils.Tpo -c utils.cpp -fPIC -DPIC -o .libs/libgsticamerasrc_la-utils.o mv -f .deps/libgsticamerasrc_la-utils.Tpo .deps/libgsticamerasrc_la-utils.Plo mv -f .deps/libgsticamerasrc_la-gstcambasesrc.Tpo .deps/libgsticamerasrc_la-gstcambasesrc.Plo /bin/sh ../libtool --tag=CXX --mode=link g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -module -avoid-version -export-symbols-regex _*\(gst_\|Gst\|GST_\).* -fPIE -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Wl,-z,relro -Wl,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libgsticamerasrc.la -rpath /usr/lib/gstreamer-1.0 libgsticamerasrc_la-gstcamerasrc.lo libgsticamerasrc_la-gstcameraformat.lo libgsticamerasrc_la-gstcamerasrcbufferpool.lo libgsticamerasrc_la-gstcameradeinterlace.lo libgsticamerasrc_la-gstcambasesrc.lo libgsticamerasrc_la-gstcampushsrc.lo libgsticamerasrc_la-utils.lo -lgstbase-1.0 -lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstallocators-1.0 -lgstvideo-1.0 interfaces/libgsticamerainterface-1.0.la -ldrm_intel -ldrm -lcamhal libtool: link: /usr/bin/nm -B .libs/libgsticamerasrc_la-gstcamerasrc.o .libs/libgsticamerasrc_la-gstcameraformat.o .libs/libgsticamerasrc_la-gstcamerasrcbufferpool.o .libs/libgsticamerasrc_la-gstcameradeinterlace.o .libs/libgsticamerasrc_la-gstcambasesrc.o .libs/libgsticamerasrc_la-gstcampushsrc.o .libs/libgsticamerasrc_la-utils.o | /usr/bin/sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgsticamerasrc.exp libtool: link: /usr/bin/grep -E -e "_*(gst_|Gst|GST_).*" ".libs/libgsticamerasrc.exp" > ".libs/libgsticamerasrc.expT" libtool: link: mv -f ".libs/libgsticamerasrc.expT" ".libs/libgsticamerasrc.exp" libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o .libs/libgsticamerasrc_la-gstcamerasrc.o .libs/libgsticamerasrc_la-gstcameraformat.o .libs/libgsticamerasrc_la-gstcamerasrcbufferpool.o .libs/libgsticamerasrc_la-gstcameradeinterlace.o .libs/libgsticamerasrc_la-gstcambasesrc.o .libs/libgsticamerasrc_la-gstcampushsrc.o .libs/libgsticamerasrc_la-utils.o -Wl,-rpath -Wl,/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src/interfaces/.libs -lgstallocators-1.0 -lgstvideo-1.0 interfaces/.libs/libgsticamerainterface-1.0.so -lgstbase-1.0 -lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -ldrm_intel -ldrm -lcamhal -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o -march=x86-64 -mtune=generic -O2 -Werror=format-security -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libgsticamerasrc.so -Wl,-retain-symbols-file -Wl,.libs/libgsticamerasrc.exp -o .libs/libgsticamerasrc.so libtool: link: ( cd ".libs" && rm -f "libgsticamerasrc.la" && ln -s "../libgsticamerasrc.la" "libgsticamerasrc.la" ) make[3]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src“ wird verlassen make[2]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src“ wird verlassen make[2]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc“ wird betreten make[2]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc“ wird verlassen make[1]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc“ wird verlassen ==> Betrete fakeroot Umgebung... ==> Beginne package()... Making install in src make[1]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src“ wird betreten Making install in interfaces make[2]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src/interfaces“ wird betreten make[3]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src/interfaces“ wird betreten /usr/bin/mkdir -p '/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/pkg/icamerasrc-git-fix/usr/include/gstreamer-1.0/gst/icamera' /usr/bin/mkdir -p '/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/pkg/icamerasrc-git-fix/usr/lib' /bin/sh ../../libtool --mode=install /usr/bin/install -c libgsticamerainterface-1.0.la '/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/pkg/icamerasrc-git-fix/usr/lib' /usr/bin/install -c -m 644 gstcamera3ainterface.h gstcameraispinterface.h gstcameradewarpinginterface.h gstcamerawfovinterface.h '/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/pkg/icamerasrc-git-fix/usr/include/gstreamer-1.0/gst/icamera' libtool: install: /usr/bin/install -c .libs/libgsticamerainterface-1.0.so.1.0.0 /home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/pkg/icamerasrc-git-fix/usr/lib/libgsticamerainterface-1.0.so.1.0.0 libtool: install: (cd /home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/pkg/icamerasrc-git-fix/usr/lib && { ln -s -f libgsticamerainterface-1.0.so.1.0.0 libgsticamerainterface-1.0.so.1 || { rm -f libgsticamerainterface-1.0.so.1 && ln -s libgsticamerainterface-1.0.so.1.0.0 libgsticamerainterface-1.0.so.1; }; }) libtool: install: (cd /home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/pkg/icamerasrc-git-fix/usr/lib && { ln -s -f libgsticamerainterface-1.0.so.1.0.0 libgsticamerainterface-1.0.so || { rm -f libgsticamerainterface-1.0.so && ln -s libgsticamerainterface-1.0.so.1.0.0 libgsticamerainterface-1.0.so; }; }) libtool: install: /usr/bin/install -c .libs/libgsticamerainterface-1.0.lai /home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/pkg/icamerasrc-git-fix/usr/lib/libgsticamerainterface-1.0.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src/interfaces“ wird verlassen make[2]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src/interfaces“ wird verlassen make[2]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src“ wird betreten make[3]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src“ wird betreten make[3]: Für das Ziel „install-exec-am“ ist nichts zu tun. /usr/bin/mkdir -p '/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/pkg/icamerasrc-git-fix/usr/lib/gstreamer-1.0' /bin/sh ../libtool --mode=install /usr/bin/install -c libgsticamerasrc.la '/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/pkg/icamerasrc-git-fix/usr/lib/gstreamer-1.0' libtool: warning: relinking 'libgsticamerasrc.la' libtool: install: (cd /home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src; /bin/sh "/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/libtool" --tag CXX --mode=relink g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -module -avoid-version -export-symbols-regex "_*(gst_|Gst|GST_).*" -fPIE -fPIC -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Wl,-z,relro -Wl,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libgsticamerasrc.la -rpath /usr/lib/gstreamer-1.0 libgsticamerasrc_la-gstcamerasrc.lo libgsticamerasrc_la-gstcameraformat.lo libgsticamerasrc_la-gstcamerasrcbufferpool.lo libgsticamerasrc_la-gstcameradeinterlace.lo libgsticamerasrc_la-gstcambasesrc.lo libgsticamerasrc_la-gstcampushsrc.lo libgsticamerasrc_la-utils.lo -lgstbase-1.0 -lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstallocators-1.0 -lgstvideo-1.0 interfaces/libgsticamerainterface-1.0.la -ldrm_intel -ldrm -lcamhal -inst-prefix-dir /home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/pkg/icamerasrc-git-fix) libtool: relink: /usr/bin/nm -B .libs/libgsticamerasrc_la-gstcamerasrc.o .libs/libgsticamerasrc_la-gstcameraformat.o .libs/libgsticamerasrc_la-gstcamerasrcbufferpool.o .libs/libgsticamerasrc_la-gstcameradeinterlace.o .libs/libgsticamerasrc_la-gstcambasesrc.o .libs/libgsticamerasrc_la-gstcampushsrc.o .libs/libgsticamerasrc_la-utils.o | /usr/bin/sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgsticamerasrc.exp libtool: relink: /usr/bin/grep -E -e "_*(gst_|Gst|GST_).*" ".libs/libgsticamerasrc.exp" > ".libs/libgsticamerasrc.expT" libtool: relink: mv -f ".libs/libgsticamerasrc.expT" ".libs/libgsticamerasrc.exp" libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o .libs/libgsticamerasrc_la-gstcamerasrc.o .libs/libgsticamerasrc_la-gstcameraformat.o .libs/libgsticamerasrc_la-gstcamerasrcbufferpool.o .libs/libgsticamerasrc_la-gstcameradeinterlace.o .libs/libgsticamerasrc_la-gstcambasesrc.o .libs/libgsticamerasrc_la-gstcampushsrc.o .libs/libgsticamerasrc_la-utils.o -lgstallocators-1.0 -lgstvideo-1.0 -L/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/pkg/icamerasrc-git-fix/usr/lib -L/usr/lib -lgsticamerainterface-1.0 -lgstbase-1.0 -lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -ldrm_intel -ldrm -lcamhal -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o -march=x86-64 -mtune=generic -O2 -Werror=format-security -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libgsticamerasrc.so -Wl,-retain-symbols-file -Wl,.libs/libgsticamerasrc.exp -o .libs/libgsticamerasrc.so libtool: install: /usr/bin/install -c .libs/libgsticamerasrc.soT /home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/pkg/icamerasrc-git-fix/usr/lib/gstreamer-1.0/libgsticamerasrc.so libtool: install: /usr/bin/install -c .libs/libgsticamerasrc.lai /home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/pkg/icamerasrc-git-fix/usr/lib/gstreamer-1.0/libgsticamerasrc.la libtool: warning: remember to run 'libtool --finish /usr/lib/gstreamer-1.0' make[3]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src“ wird verlassen make[2]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src“ wird verlassen make[1]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc/src“ wird verlassen make[1]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc“ wird betreten make[2]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc“ wird betreten make[2]: Für das Ziel „install-exec-am“ ist nichts zu tun. /usr/bin/mkdir -p '/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/pkg/icamerasrc-git-fix/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libgsticamerasrc.pc '/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/pkg/icamerasrc-git-fix/usr/lib/pkgconfig' make[2]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc“ wird verlassen make[1]: Verzeichnis „/home/striczkof/Dokumente/archlinux-ipu6-webcam/icamerasrc-git/src/icamerasrc“ wird verlassen ==> Säubere Installation... -> Entferne libtool Dateien... -> Bereinige ungewollte Dateien... -> Entferne statische Bibliotheken... -> Entferne unnötige Symbole aus Binär-Dateien und Bibliotheken... -> Komprimiere Man-Pages und Info-Seiten... ==> Prüfe auf Paketierungsprobleme... ==> Erstelle Paket "icamerasrc-git-fix"... -> Erstelle .PKGINFO Datei... -> Erstelle .BUILDINFO Datei... -> Erstelle .MTREE-Datei... -> Komprimiere Paket... ==> Verlasse fakeroot Umgebung. ==> Beendete Erstellung: icamerasrc-git-fix r59.17841ab-1 (Sat 01 Jul 2023 20:52:52) ==> Installiere Paket icamerasrc-git-fix mit pacman -U... Pakete werden geladen … Abhängigkeiten werden aufgelöst … Nach in Konflikt stehenden Paketen wird gesucht … Pakete (1) icamerasrc-git-fix-r59.17841ab-1 Gesamtgröße der installierten Pakete: 0.26 MiB :: Installation fortsetzen? [J/n] Schlüsselbund wird geprüft … Paketintegrität wird geprüft … Paket-Dateien werden geladen … Auf Dateikonflikte wird geprüft … Verfügbarer Festplattenspeicher wird ermittelt … :: Paketänderungen werden verarbeitet … icamerasrc-git-fix wird installiert … :: Post-transaction-Hooks werden gestartet … (1/2) Reloading device manager configuration... (2/2) Arming ConditionNeedsUpdate... ~/Dokumente/archlinux-ipu6-webcam => SUCCESS # Install general dependencies Abhängigkeiten werden aufgelöst … :: Es stehen 2 Anbieter für pipewire-session-manager zur Verfügung: :: Repositorium extra 1) wireplumber :: Repositorium community 2) pipewire-media-session Geben Sie eine Zahl ein (Voreinstellung=1): Nach in Konflikt stehenden Paketen wird gesucht … Pakete (4) libwireplumber-0.4.14-1 lua-5.4.6-1 wireplumber-0.4.14-1 gst-plugin-pipewire-1:0.3.70-2 Gesamtgröße des Downloads: 0.82 MiB Gesamtgröße der installierten Pakete: 3.80 MiB :: Installation fortsetzen? [J/n] :: Pakete werden empfangen … lua-5.4.6-1-x86_64 wird heruntergeladen … libwireplumber-0.4.14-1-x86_64 wird heruntergeladen … wireplumber-0.4.14-1-x86_64 wird heruntergeladen … gst-plugin-pipewire-1:0.3.70-2-x86_64 wird heruntergeladen … Schlüsselbund wird geprüft … Paketintegrität wird geprüft … Paket-Dateien werden geladen … Auf Dateikonflikte wird geprüft … Verfügbarer Festplattenspeicher wird ermittelt … :: Paketänderungen werden verarbeitet … libwireplumber wird installiert … lua wird installiert … wireplumber wird installiert … Created symlink /etc/systemd/user/pipewire-session-manager.service → /usr/lib/systemd/user/wireplumber.service. Created symlink /etc/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service. gst-plugin-pipewire wird installiert … :: Post-transaction-Hooks werden gestartet … (1/1) Arming ConditionNeedsUpdate... => SUCCESS # Enable: v4l2-relayd.service Created symlink /etc/systemd/system/multi-user.target.wants/v4l2-relayd.service → /usr/lib/systemd/system/v4l2-relayd.service. => SUCCESS # Start: v4l2-relayd.service => SUCCESS # Creating /etc/systemd/system/v4l2-relayd.service.d/override.conf => SUCCESS # Reloading systemd daemon => SUCCESS # Restart: v4l2-relayd.service => SUCCESS All done. Remember to reboot upon succesful installation! ```
test.sh (before restart) ``` Setting pipeline to PAUSED ... Failed to set pipeline to PAUSED. [07-01 20:54:44.602] CamHAL[INF] aiqb file name ov13b10.aiqb [07-01 20:54:44.602] CamHAL[ERR] there is no aiqb file:ov13b10 [07-01 20:54:44.602] CamHAL[INF] aiqb file name ov13b10.aiqb [07-01 20:54:44.602] CamHAL[ERR] there is no aiqb file:ov13b10 [07-01 20:54:44.602] CamHAL[INF] aiqb file name ov8856.aiqb [07-01 20:54:44.602] CamHAL[ERR] there is no aiqb file:ov8856 [07-01 20:54:44.602] CamHAL[INF] aiqb file name ov8856.aiqb [07-01 20:54:44.602] CamHAL[ERR] there is no aiqb file:ov8856 [07-01 20:54:44.602] CamHAL[INF] aiqb file name ov01a10.aiqb [07-01 20:54:44.602] CamHAL[INF] aiqb file name ov01a10.aiqb [07-01 20:54:44.602] CamHAL[INF] aiqb file name ov01a10.aiqb [07-01 20:54:44.602] CamHAL[INF] aiqb file name ov01a10.aiqb [07-01 20:54:44.602] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb [07-01 20:54:44.602] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb [07-01 20:54:44.602] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb [07-01 20:54:44.602] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb [07-01 20:54:44.602] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb [07-01 20:54:44.602] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb [07-01 20:54:44.602] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb [07-01 20:54:44.603] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb [07-01 20:54:44.603] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb [07-01 20:54:44.603] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb [07-01 20:54:44.603] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb [07-01 20:54:44.603] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb [07-01 20:54:44.603] CamHAL[INF] aiqb file name OV2740_CJFLE23_ADL.aiqb [07-01 20:54:44.603] CamHAL[INF] aiqb file name OV2740_CJFLE23_ADL.aiqb [07-01 20:54:44.603] CamHAL[INF] aiqb file name HM2170_1SG205N3_ADL.aiqb [07-01 20:54:44.603] CamHAL[INF] aiqb file name HM2170_1SG205N3_ADL.aiqb [07-01 20:54:44.603] CamHAL[INF] aiqb file name HM2170_CJFME18_ADL.aiqb [07-01 20:54:44.603] CamHAL[INF] aiqb file name HM2170_CJFME18_ADL.aiqb [07-01 20:54:44.603] CamHAL[INF] aiqb file name HI556_1BG502T3_ADL.aiqb [07-01 20:54:44.604] CamHAL[INF] aiqb file name HI556_1BG502T3_ADL.aiqb [07-01 20:54:44.604] CamHAL[INF] aiqb file name HI556_CJFLE25_ADL.aiqb [07-01 20:54:44.604] CamHAL[INF] aiqb file name HI556_CJFLE25_ADL.aiqb [07-01 20:54:44.604] CamHAL[INF] aiqb file name ov01a1s.aiqb [07-01 20:54:44.604] CamHAL[INF] aiqb file name ov01a1s.aiqb [07-01 20:54:44.604] CamHAL[ERR] @getDeviceName, Fail open : /sys/class/video4linux/ [07-01 20:54:44.604] CamHAL[ERR] Failed to find DevName for cameraId: 0, get video node: ov13b10 , devname: /dev/v4l-subdev1 [07-01 20:54:44.606] CamHAL[ERR] MediaControl init failed Setting pipeline to NULL ... Freeing pipeline ... ```
test.sh (after restart) ``` Setting pipeline to PAUSED ... [07-01 21:06:29.320] CamHAL[INF] aiqb file name ov01a10.aiqb [07-01 21:06:29.321] CamHAL[INF] aiqb file name ov01a10.aiqb Pipeline is live and does not need PREROLL ... Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstSystemClock (gst-launch-1.0:4216): GStreamer-CRITICAL **: 21:06:29.365: Registering meta implementation 'GstCamerasrcMeta' without init function Redistribute latency... ERROR: from element /GstPipeline:pipeline0/GstXImageSink:ximagesink0: Output window was closed Additional debug info: ../gstreamer/subprojects/gst-plugins-base/sys/ximage/ximagesink.c(855): gst_x_image_sink_handle_xevents (): /GstPipeline:pipeline0/GstXImageSink:ximagesink0 Execution ended after 0:00:06.612988931 Setting pipeline to NULL ... Enter ia_aiq_get_aiqd_data() Out-aiqd data size: 41480 [07-01 21:06:36.258] CamHAL[WAR] Failed to open file /run/camera/ov01a10-uf_VIDEO.aiqd, error No such file or directory Freeing pipeline ... ```
ffmpeg -f v4l2 -framerate 25 -video_size 640x480 -i /dev/video0 -t 5 output.mkv ``` ffmpeg version n6.0 Copyright (c) 2000-2023 the FFmpeg developers built with gcc 13.1.1 (GCC) 20230429 configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-amf --enable-avisynth --enable-cuda-llvm --enable-lto --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libdav1d --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libjack --enable-libjxl --enable-libmfx --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librav1e --enable-librsvg --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-libzimg --enable-nvdec --enable-nvenc --enable-opencl --enable-opengl --enable-shared --enable-version3 --enable-vulkan libavutil 58. 2.100 / 58. 2.100 libavcodec 60. 3.100 / 60. 3.100 libavformat 60. 3.100 / 60. 3.100 libavdevice 60. 1.100 / 60. 1.100 libavfilter 9. 3.100 / 9. 3.100 libswscale 7. 1.100 / 7. 1.100 libswresample 4. 10.100 / 4. 10.100 libpostproc 57. 1.100 / 57. 1.100 [video4linux2,v4l2 @ 0x56176d1c3380] The V4L2 driver changed the video from 640x480 to 1280x720 [video4linux2,v4l2 @ 0x56176d1c3380] The driver does not permit changing the time per frame Input #0, video4linux2,v4l2, from '/dev/video0': Duration: N/A, start: 3499.590806, bitrate: 442368 kb/s Stream #0:0: Video: rawvideo (YUY2 / 0x32595559), yuyv422, 1280x720, 442368 kb/s, 30 fps, 30 tbr, 1000k tbn Stream mapping: Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libx264)) Press [q] to stop, [?] for help [libx264 @ 0x56176d1c7c40] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 [libx264 @ 0x56176d1c7c40] profile High 4:2:2, level 3.1, 4:2:2, 8-bit [libx264 @ 0x56176d1c7c40] 264 - core 164 r3095 baee400 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=22 lookahead_threads=3 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, matroska, to 'output.mkv': Metadata: encoder : Lavf60.3.100 Stream #0:0: Video: h264 (H264 / 0x34363248), yuv422p(tv, progressive), 1280x720, q=2-31, 30 fps, 1k tbn Metadata: encoder : Lavc60.3.100 libx264 Side data: cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=1 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=14 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=26 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=38 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=50 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=62 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=74 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=86 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=98 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=110 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=122 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=134 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=146 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=158 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=170 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=182 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=194 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=206 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=214 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=214 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=214 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=214 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=214 speed=N/A frame= 0 fps=0.0 q=0.0 size= 0kB time=-577014:32:22.77 bitrate= -0.0kbits/s dup=0 drop=214 speed=N/A frame= 11 fps=0.8 q=28.0 size= 1kB time=00:00:00.33 bitrate= 13.8kbits/s dup=0 drop=214 speed=0.0247x frame= 23 fps=1.6 q=28.0 size= 1kB time=00:00:00.86 bitrate= 5.3kbits/s dup=0 drop=214 speed=0.0618x frame= 35 fps=2.4 q=28.0 size= 1kB time=00:00:01.40 bitrate= 3.3kbits/s dup=0 drop=214 speed=0.0961x frame= 47 fps=3.1 q=28.0 size= 1kB time=00:00:01.93 bitrate= 2.4kbits/s dup=0 drop=214 speed=0.128x frame= 114 fps=7.4 q=-1.0 Lsize= 709kB time=00:00:04.86 bitrate=1193.4kbits/s dup=0 drop=214 speed=0.316x video:708kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.195832% [libx264 @ 0x56176d1c7c40] frame I:2 Avg QP:18.44 size: 8058 [libx264 @ 0x56176d1c7c40] frame P:28 Avg QP:22.13 size: 11587 [libx264 @ 0x56176d1c7c40] frame B:84 Avg QP:22.88 size: 4564 [libx264 @ 0x56176d1c7c40] consecutive B-frames: 1.8% 0.0% 0.0% 98.2% [libx264 @ 0x56176d1c7c40] mb I I16..4: 62.6% 36.3% 1.1% [libx264 @ 0x56176d1c7c40] mb P I16..4: 3.8% 4.5% 0.0% P16..4: 65.7% 9.7% 4.9% 0.0% 0.0% skip:11.4% [libx264 @ 0x56176d1c7c40] mb B I16..4: 0.1% 0.1% 0.0% B16..8: 46.4% 1.8% 0.1% direct: 4.2% skip:47.3% L0:47.4% L1:51.2% BI: 1.4% [libx264 @ 0x56176d1c7c40] 8x8 transform intra:46.0% inter:94.4% [libx264 @ 0x56176d1c7c40] coded y,uvDC,uvAC intra: 20.6% 39.6% 1.6% inter: 15.1% 30.4% 0.0% [libx264 @ 0x56176d1c7c40] i16 v,h,dc,p: 47% 7% 5% 42% [libx264 @ 0x56176d1c7c40] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18% 15% 37% 6% 6% 5% 5% 4% 4% [libx264 @ 0x56176d1c7c40] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 25% 26% 16% 5% 6% 5% 9% 4% 3% [libx264 @ 0x56176d1c7c40] i8c dc,h,v,p: 67% 12% 17% 4% [libx264 @ 0x56176d1c7c40] Weighted P-Frames: Y:0.0% UV:0.0% [libx264 @ 0x56176d1c7c40] ref P L0: 42.8% 5.8% 31.1% 20.3% [libx264 @ 0x56176d1c7c40] ref B L0: 79.0% 15.0% 6.1% [libx264 @ 0x56176d1c7c40] ref B L1: 93.1% 6.9% [libx264 @ 0x56176d1c7c40] kb/s:1158.25 ```
v4l2-ctl --list-devices ``` ipu6 (PCI:pci:pci0000:00): /dev/video1 ipu6 (pci:pci0000:00): /dev/media0 Virtual Camera (platform:v4l2loopback-000): /dev/video0 ```
systemctl status v4l2-relayd.service ``` ● v4l2-relayd.service - v4l2-relay daemon service Loaded: loaded (/usr/lib/systemd/system/v4l2-relayd.service; enabled; preset: disabled) Drop-In: /etc/systemd/system/v4l2-relayd.service.d └─override.conf Active: active (running) since Sat 2023-07-01 20:56:03 AEST; 1h 3min ago Main PID: 978 (v4l2-relayd) Tasks: 5 (limit: 38009) Memory: 693.9M CPU: 20.460s CGroup: /system.slice/v4l2-relayd.service └─978 /usr/bin/v4l2-relayd -i icamerasrc -o "appsrc name=appsrc caps=video/x-raw,format=NV12,width=1280,height=720,framerate=30/1 ! videoconvert ! video/x-raw,format=YUY2 ! v4l2sink name=v4l2sink device=/dev/video0" Jul 01 20:56:02 alvins-xps9320 systemd[1]: Starting v4l2-relay daemon service... Jul 01 20:56:03 alvins-xps9320 systemd[1]: Started v4l2-relay daemon service. Jul 01 20:59:45 alvins-xps9320 v4l2-relayd[978]: Registering meta implementation 'GstCamerasrcMeta' without init function ```
naps62 commented 1 year ago

@striczkof I just realized I failed to mention a probably important detail. I use manjaro-sway, with wayland instead of x11 (this is so natural to me nowadays that I forgot to mention). not sure what the default desktop is in manjaro nowadays

I'm also using hyprland as wm instead of sway, although I tested booting with sway again with the same result

hinricht commented 1 year ago

Same for me, I'm also using manajro-sway with Wayland (Kernel 6.3.5-2-MANJARO). Manjaro-sway is a rolling release so I don't have any version number for it.

alvinpeters commented 1 year ago

Never used a tiling DE before, give me a bit lol

But this installer works on my GNOME and KDE Wayland DEs so wayland part should be irrelevant

alvinpeters commented 1 year ago

So uh, @hinricht think I might need more details from you lol like the full install logs even if it is successful (don't forget to run uninstall.sh, delete, then clone the repo again) since i manage to get test.sh working. Also do you happen to have your webcam enabled in your BIOS?

Funny thing now though, I am experiencing exactly the same problem as @naps62 with Firefox not detecting my camera and v4l2-relayd showing "gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed" Might be missing some plugins or so that somehow present on most Arch installation but not for manjaro-sway. Doing some more testing.

alvinpeters commented 1 year ago

YOOO @naps62 I managed to fix it! Thanks to @stefanpartheym post in https://bbs.archlinux.org/viewtopic.php?id=277462&p=3 (hey if you see this can you merge our PRs xd) Adding the missing dependencies in an hour then the current PR is ready.

  1. install gst-plugins-good and gst-plugins-bad (tbh idk which one did it lol): sudo pacman -S gst-plugins-good gst-plugins-bad
  2. Reload v4l2loopback: sudo modprobe -r v4l2loopback && sudo modprobe v4l2loopback
  3. Restart v4l2-relayd service: sudo systemctl restart v4l2-relayd
  4. ????
  5. PROFIT!!!

Confirmed working on Discord and Firefox with --workaround. The kernel is 6.4.1-5-MANJARO Also thank you both for forcing me to try out a tiling DE. Sway's actually nice

naps62 commented 1 year ago

@striczkof 🎊 🎊 🎊

gst-plugins-good did it for me. I installed only that one

webcam tested on Chrome / Slack / Discord / Firefox. --workaround was only needed for Firefox, as far as I can tell is it useful to remove the workaround considering I mainly use chrome? not sure if there are performance benefits


this next part is offtopic, but other people may end up here through google:

my last hanging fruit was the microphone, which also worked on Ubuntu, but only recorded white noise in Arch. Just found the solution here: https://bbs.archlinux.org/viewtopic.php?pid=2058151#p2058151

In the not working case, can you restore it by running

sudo alsactl init

prevent it from breaking in the first place by running

sudo alsactl store

alvinpeters commented 1 year ago

Great! That means one fewer dependency to install. Updated the PR already.

I guess conversion might affect the latency a bit? The only way to find out is to compare them quality-wise really. Remove it if you don't need the work around I guess. It now works without the workaround for Firefox 115 so it's not even needed for that.

Problem is my Discord clients (Regular, Arch Electron, and Canary) are still not working without the workaround. @naps62 what client are you using?

naps62 commented 1 year ago

I use he regular one, just with this config change (but I'm pretty sure it's irrelevant for this)

Exec=/usr/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland

alvinpeters commented 1 year ago

I use he regular one, just with this config change (but I'm pretty sure it's irrelevant for this)

`Exec=/usr/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland

Not working on both Arch and Manjaro and with and without options :(