X Error of failed request: BadRequest (invalid request code or no such operation)

  1. Where did you get the camera module(s)?
    website

  2. Model number of the product(s)?
    arducam64

  3. What hardware/platform were you working on?
    Linux drone 5.15.32-v8+ #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022 aarch64 GNU/Linux THE SERVER IS HEADLESS

  4. Instructions you have followed. (link/manual/etc.)
    pdf install

  5. Problems you were having?
    When running:
    libcamera-vid -t 0 --inline --height 720 --width 1280 -o udp://100.93.221.29:3333
    libEGL warning: DRI3: failed to query the version
    libEGL warning: DRI2: failed to authenticate
    X Error of failed request: BadRequest (invalid request code or no such operation)
    Major opcode of failed request: 155 ()
    Minor opcode of failed request: 1
    Serial number of failed request: 16
    Current serial number in output stream: 16

  6. The dmesg log from your hardware? dmesg | grep cam
    [ 7.531021] arducam_64mp: loading out-of-tree module taints kernel.
    [ 7.735528] arducam_64mp 10-001a: Device found Arducam 64MP.
    [ 7.738640] arducam_64mp 10-001a: Consider updating driver arducam_64mp to match on endpoints
    [ 31.710803] cam-dummy-reg: disabling
    dmesg | grep error
    [ 6.322543] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2
    [ 24.094183] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
    [ 24.094809] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
    [ 24.095643] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
    [ 24.102050] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
    [ 24.102356] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
    [ 24.102583] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
    [ 24.208504] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
    [ 24.209294] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
    [ 24.210021] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
    [ 24.219017] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
    [ 24.219437] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
    [ 24.219805] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
    pi@drone:~ $ ^C

  7. Troubleshooting attempts you’ve made?
    I’ve done a lot to get to this point, maybe I’m in the wrong direction?

  8. What help do you need?
    Trying to send video from drone to client…

I also get the same error with naked libcamera-vid
libcamera-vid
libEGL warning: DRI3: failed to query the version
libEGL warning: DRI2: failed to authenticate
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 155 ()
Minor opcode of failed request: 1
Serial number of failed request: 16
Current serial number in output stream: 16

I did this and now libcamera-vid runs