mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
4ee0ac1ae4
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
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
# This file is part of systemd.
|
|
#
|
|
# Database for webcam and camera quirks.
|
|
#
|
|
# Permitted keys:
|
|
# Specify if a camera is an infra-red camera
|
|
# ID_INFRARED_CAMERA=1|0
|
|
# Specify if a camera is front or rear facing
|
|
# ID_CAMERA_DIRECTION=front|rear
|
|
|
|
# Generic
|
|
camera:usb:v*p*:name:*IR Camera*:
|
|
ID_INFRARED_CAMERA=1
|
|
|
|
###########################################################
|
|
# Hewlett-Packard
|
|
###########################################################
|
|
|
|
# Chicony Electronics Co., Ltd HP Wide Vision FHD Camera (IR function)
|
|
camera:usb:v04f2pb634:name:*I:
|
|
# Realtek Semiconductor Corp. HP Wide Vision FHD Camera (IR function)
|
|
camera:usb:v0bdap58e6:name:*I:
|
|
ID_INFRARED_CAMERA=1
|
|
|
|
###########################################################
|
|
# Philips
|
|
###########################################################
|
|
|
|
# Philips 346p1crh display
|
|
camera:usb:v04f2pb612:name:*USB2.0 FHD UVC WebCam* IR Camer*:
|
|
ID_INFRARED_CAMERA=1
|
|
ID_CAMERA_DIRECTION=front
|
|
|
|
camera:usb:v04f2pb612:name:*USB2.0 FHD UVC WebCam* USB2.0 F*:
|
|
ID_CAMERA_DIRECTION=front
|