Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hwdb: Add some HP IR cameras | Anton Golubev | 2024-07-03 | 1 | -0/+10 |
| | | | | | | | | | | | | | Two very similar devices, with two functions - a regular camera and IR. The peculiarity of their infrared camera is that it uses a color image format (YUYV), although it is essentially black and white. The IR camera interface differs from the regular camera interface by name: "HP Wide Vision FHD Camera: HP W" for the regular camera and "HP Wide Vision FHD Camera: HP I" for an infrared camera Therefore, glob *I is used to separate the IR camera | ||||
* | hwdb: Tag IR cameras as such | Bastien Nocera | 2021-10-27 | 1 | -0/+25 |
So that front-ends can ignore them if they wish to. See https://gitlab.gnome.org/GNOME/cheese/-/merge_requests/4 |