commit | c3aeffd776a22050aff43c81e4a61da3492fa821 | [log] [tgz] |
---|---|---|
author | Jan Grulich <grulja@gmail.com> | Wed Jun 12 19:30:02 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 13 13:16:00 2024 |
tree | 940a036479d98d1a770039115267696a71b53d01 | |
parent | 94a6b926458569d124fe81c5e491ec6534d95d79 [diff] |
PipeWire camera: add support for BGRA/RGBA formats Adds support for 32 bits formats needed for libcamera software ISP. This is needed, because libcamera enforces 8 byte alignment and we only support 3 byte alignment for RGB. This will make it work with 32 bits aligned output formats recently added to libcamera. Relevant libcamera patch: https://patchwork.libcamera.org/patch/20253/ This has been verified on an snapdragon device using libcamera and software ISP and on my machine using "vivid" virtual camera from libcamera and enforcing specific format. Bug: webrtc:346808586 Change-Id: I8d89120660b2304b880d952c5acd7f5cd09b611e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/354400 Commit-Queue: Jan Grulich <grulja@gmail.com> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42474}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.