mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
libcamera: add camera location property on nodes
This commit is contained in:
parent
d4efdb44e3
commit
cd8ac5c1a6
2 changed files with 24 additions and 1 deletions
|
|
@ -93,6 +93,8 @@ extern "C" {
|
|||
#define SPA_KEY_API_LIBCAMERA "api.libcamera" /**< key for the libcamera api */
|
||||
#define SPA_KEY_API_LIBCAMERA_PATH "api.libcamera.path" /**< libcamera device path as can be
|
||||
* used in open() */
|
||||
#define SPA_KEY_API_LIBCAMERA_LOCATION "api.libcamera.location" /**< location of the camera:
|
||||
* "front", "back" or "external" */
|
||||
|
||||
/** info from libcamera_capability */
|
||||
#define SPA_KEY_API_LIBCAMERA_CAP_DRIVER "api.libcamera.cap.driver" /**< driver from capbility */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue