You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This completely flew under the radar for me. These two protocols were just merged into wayland-protocols and if implemented in wlroots would potentially allow window screenshare in wlroots compositors.
This has less priority than #16 since xdg-desktop-portal-wlr will likely expose window capture as well, but this protocol likely has better selection ergonomics on some desktops (allowing to specify an output on the commandline).
The text was updated successfully, but these errors were encountered:
wlroots has just merged ext-image-copy-capture-v1 and ext-image-capture-source-v1 (without toplevel capture for now).
Implementing this is also likely not as complicated as implementing xdg-desktop-portal handling (since no dbus and no pipewire is involved). I'll attempt to implement this in two stages: first for shm only and then for dmabuf, since dmabuf here means we need to create our own dmabufs (similar to screencopy with dmabuf) rather than just importing one (wlr-export-dmabuf and pipewire).
Implementing the toplevel capture source is a top priority once it lands in wlroots as it will finally allow window mirroring in wlroots compositors.
This completely flew under the radar for me. These two protocols were just merged into wayland-protocols and if implemented in wlroots would potentially allow window screenshare in wlroots compositors.
This has less priority than #16 since xdg-desktop-portal-wlr will likely expose window capture as well, but this protocol likely has better selection ergonomics on some desktops (allowing to specify an output on the commandline).
The text was updated successfully, but these errors were encountered: