[Desktop-packages] [Bug 1978757] Re: Can't playback preview on Intel IPU6 camera platform

2023-07-04 Thread Kai-Chuan Hsieh
I tested 6.0-oem 6.0.0-1017-oem with the latest firefox snap 115.0-2 on jammy. The camera works in webcamtests.com. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cheese in Ubuntu. https://bugs.launchpad.net/bugs/1978757 Title: Can't

[Desktop-packages] [Bug 1978757] Re: Can't playback preview on Intel IPU6 camera platform

2023-07-04 Thread You-Sheng Yang
The fix for firefox pointed out in comment #24 was planned as bug 2025204, but as my comment #25, I can no longer reproduce it with current released kernels. Cheese is still broken. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cheese

[Desktop-packages] [Bug 1978757] Re: Can't playback preview on Intel IPU6 camera platform

2023-07-04 Thread You-Sheng Yang
For firefox, I got it running with linux/jammy version 5.15.0-77, as well as all other available jammy kernels in ubuntu archive: oem-5.17, hwe-5.19, oem-6.0, oem-6.1, hwe-6.2. All probed virtual camera and streaming well on https://webcamtests.com/. -- You received this bug notification because

[Desktop-packages] [Bug 1978757] Re: Can't playback preview on Intel IPU6 camera platform

2023-05-25 Thread Kai-Chuan Hsieh
Here is the issue that address the Firefox issue [1]. Here is the workaround for cheese [2] that makes mipi camera work. [1] https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/2532#note_1892434 [2] https://wiki.ubuntu.com/Dell, known issue > LP:#1978757 Cheese can't playback preview

[Desktop-packages] [Bug 1978757] Re: Can't playback preview on Intel IPU6 camera platform

2023-05-25 Thread Nicolas DERIVE
Hello @fourdollars @andch, Any news on this topic? We just replaced our laptops at work and we now have a batch of some Dell XPS 13 experiencing this bug under 22.04LTS. Webcams are working properly in Chromium, not in Firefox and Cheese. Is there any workaround or fix available that could be

[Desktop-packages] [Bug 1978757] Re: Can't playback preview on Intel IPU6 camera platform

2022-07-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: v4l2loopback (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cheese in Ubuntu.

[Desktop-packages] [Bug 1978757] Re: Can't playback preview on Intel IPU6 camera platform

2022-06-16 Thread Sebastien Bacher
> It seems to me there is a problem in the pipewiresrc that it closes/reopens the device every 3 seconds, could you report that upstream? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cheese in Ubuntu.

[Desktop-packages] [Bug 1978757] Re: Can't playback preview on Intel IPU6 camera platform

2022-06-16 Thread You-Sheng Yang
It seems to me there is a problem in the pipewiresrc that it closes/reopens the device every 3 seconds, while the gstreamer v4l2src works just fine. 1. add `debug=3` to /etc/modprobe.d/v4l2-relayd.conf, reboot to take effect 2. list supported media device: $ gst-device-monitor-1.0

[Desktop-packages] [Bug 1978757] Re: Can't playback preview on Intel IPU6 camera platform

2022-06-16 Thread Ubuntu Foundations Team Bug Bot
The attachment "Don-t-register-device-provider.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu- reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user

[Desktop-packages] [Bug 1978757] Re: Can't playback preview on Intel IPU6 camera platform

2022-06-16 Thread Kai-Chuan Hsieh
I create a build with the patch to make HAS_GSTREAMER_DEVICE_PROVIDER not set. I've tried to $ sudo apt purge gstremaer1.0-pipewire, then my platform can't boot into Desktop. Therefore, I think wayland session has some package rely on gstreamer1.0-pipewire. ** Patch added:

[Desktop-packages] [Bug 1978757] Re: Can't playback preview on Intel IPU6 camera platform

2022-06-16 Thread Sebastien Bacher
I'm unsure to understand the details of that proposal enough to have an opinion. How is HAS_GSTREAMER_DEVICE_PROVIDER set? Wouldn't it be easier for you to just not install gstreamer1.0-pipewire on those oem images? -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1978757] Re: Can't playback preview on Intel IPU6 camera platform

2022-06-15 Thread Kai-Chuan Hsieh
@seb128 Hello, Do you think to make gstreamer1.0-pipewire not register device provider by not set HAS_GSTREAMER_DEVICE_PROVIDER can be a temporary fix to maximize the compatibility? Thanks, -- You received this bug notification because you are a member of Desktop Packages, which is subscribed

[Desktop-packages] [Bug 1978757] Re: Can't playback preview on Intel IPU6 camera platform

2022-06-15 Thread Shih-Yuan Lee
libcamera is a long term solution that Intel is still working on. Currently it still needs to use a mid term solution that is to use libcamhal in https://launchpad.net/~oem-solutions-group/+archive/ubuntu/intel-ipu6 with v4l2-relayd in jammy/universe to bind the MIPI camera to a v4l2video device

[Desktop-packages] [Bug 1978757] Re: Can't playback preview on Intel IPU6 camera platform

2022-06-15 Thread Sebastien Bacher
shouldn't pipewire use libcamera that should be able to handle the camera? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cheese in Ubuntu. https://bugs.launchpad.net/bugs/1978757 Title: Can't playback preview on Intel IPU6 camera

[Desktop-packages] [Bug 1978757] Re: Can't playback preview on Intel IPU6 camera platform

2022-06-15 Thread Shih-Yuan Lee
** Also affects: pipewire (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pipewire in Ubuntu. https://bugs.launchpad.net/bugs/1978757 Title: Can't playback preview on Intel IPU6

[Desktop-packages] [Bug 1978757] Re: Can't playback preview on Intel IPU6 camera platform

2022-06-15 Thread Kai-Chuan Hsieh
I try to disable gstreamer1.0-pipewire device provider cap, then the Cheese can work correctly. The package with device provider cap disabled can be installed by: 1. $ sudo add-apt-repository ppa:kchsieh/verification 2. $ sudo apt install gstreamer1.0-pipewire 3. $ sudo reboot -- You received