[Bug 1804333] Re: Cheese detects only low-res YUYV stream from camera

2022-05-20 Thread Bug Watch Updater
** Changed in: cheese Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1804333 Title: Cheese detects only low-res YUYV stream from camera To manage notifications

[Bug 1804333] Re: Cheese detects only low-res YUYV stream from camera

2021-04-14 Thread Max
I think https://gitlab.gnome.org/GNOME/cheese/-/issues/28 "Cheese only uses video/x-raw formats, and not image/jpeg" better matches the heading of this issue, so I have added it as a tracked bug. It is fixed, but Ubuntu-20.04 is still affected. Live image with 21.04 fails to boot on the affected l

[Bug 1804333] Re: Cheese detects only low-res YUYV stream from camera

2021-04-14 Thread Max
** Bug watch added: gitlab.gnome.org/GNOME/cheese/-/issues #28 https://gitlab.gnome.org/GNOME/cheese/-/issues/28 ** Also affects: cheese via https://gitlab.gnome.org/GNOME/cheese/-/issues/28 Importance: Unknown Status: Unknown ** Tags added: focal -- You received this bug notifi

[Bug 1804333] Re: Cheese detects only low-res YUYV stream from camera

2019-02-03 Thread Andrew Gerald
Thank you! Cheese should changed to search for and enumerate, or manually select, cameras by /dev/device#, such as for example: $ cheese -d "/dev/video1" Instead of the way it's currently programmed, such as for example: $ cheese -d "Secret Squirrel Webcam" (The contents of the "ID_V4L_PRODUCT

[Bug 1804333] Re: Cheese detects only low-res YUYV stream from camera

2019-02-02 Thread Sebastien Bacher
Thanls for the bug report & upstream reference ** Changed in: cheese (Ubuntu) Importance: Undecided => High ** Changed in: cheese (Ubuntu) Status: New => Confirmed ** Changed in: cheese (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are

[Bug 1804333] Re: Cheese detects only low-res YUYV stream from camera

2019-02-02 Thread Andrew Gerald
Any hope of this being addressed? It makes Cheese essentially useless for multi-stream cameras because a particular stream cannot be selected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1804333 Tit

[Bug 1804333] Re: Cheese detects only low-res YUYV stream from camera

2018-11-24 Thread Andrew Gerald
Here's the problem: https://gitlab.gnome.org/GNOME/cheese/issues/4 Cheese uses "ID_V4L_PRODUCT" to differentiate video devices... My camera and others have multiple video streams which are enumerated as "video0" "video1" "video2" etcetera. In all instances/streams "ID_V4L_PRODUCT" is the same...

[Bug 1804333] Re: Cheese detects only low-res YUYV stream from camera

2018-11-21 Thread Andrew Gerald
I forgot to add that on the Cheese reference page... https://developer.gnome.org/cheese/stable/cheese.html ...under "Invocation: cheese takes a list of options as arguments: Options:" a command line switch is documented that supposedly permits selecting the video device... "--device=DEVICE, -d