Method

XdpPortalopen_pipewire_remote_for_camera

Declaration [src]

int
xdp_portal_open_pipewire_remote_for_camera (
  XdpPortal* portal
)

Description [src]

Opens a file descriptor to the pipewire remote where the camera nodes are available. The file descriptor should be used to create a pw_remote object, by using pw_remote_connect_fd(). Only the camera nodes will be available from this pipewire node.

Return value

Returns: int
 

The file descriptor.