BlissOS / bug_reports

0 stars 0 forks source link

15.8.6, webcam, camera app fails to use webcam #7

Closed promeneur closed 8 months ago

promeneur commented 8 months ago

openSUSE Tumbleweed QEMU 8.1 bliss 15.8.6

Script to launch bliss

`#!/bin/bash

qemu-kvm -enable-kvm \ -m 4096 -smp 4 -cpu host \ -display gtk,gl=on,zoom-to-fit=off \ -device virtio-vga-gl \ -device qemu-xhci,p2=5,p3=5,id=xhci \ -device usb-ehci,id=ehci \ -device usb-kbd \ -device usb-mouse \ -device usb-tablet \ -device usb-host,vendorid=0x046d,productid=0x0825 \ -device usb-host,bus=xhci.0,port=1,vendorid=0x0b05,productid=0x190e \ -device intel-hda \ -device hda-duplex,audiodev=snd0 \ -audiodev pipewire,id=snd0 \ -boot menu=on \ -nic bridge,mac=00:16:3e:4f:90:5a \ ~/QEMU_VM/Bliss-v15.8.6-x86_64-OFFICIAL-gapps-20230703.img \ `

Same problem with android camera or opencamera.

The app window is displayed, then the window (not the image) is blinking very fast. We can't use the app. We can't close the app. The image inside the window is just black. The webcam led is switch on.

We get an error messsage :

vrend_check_no_error: context error reported 21 "RenderThread" Unknown 1281 context 21 failed to dispatch CREATE_OBJECT: 22 vrend_decode_ctx_submit_cmd: context error reported 21 "RenderThread" Illegal command buffer 394753

promeneur commented 8 months ago

No problem using webcam with android-x86-64 8.1 r6.

webcam : Logitech C270

promeneur commented 8 months ago

I send a report here https://github.com/BlissRoms-x86/support/issues/31

I closed this issue