From 3b31206efbe2dda76c65d6bcd6be4dcf4940f678 Mon Sep 17 00:00:00 2001 From: YaoBing Xiao Date: Tue, 19 Aug 2025 15:35:46 +0800 Subject: [PATCH] ext-image-capture-source-v1: Add ext_region_image_capture_source_manager_v1 Support region-based image capture with x, y, width, height arguments Signed-off-by: YaoBing Xiao --- .../ext-image-capture-source-v1.xml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/staging/ext-image-capture-source/ext-image-capture-source-v1.xml b/staging/ext-image-capture-source/ext-image-capture-source-v1.xml index b31a5da..217d872 100644 --- a/staging/ext-image-capture-source/ext-image-capture-source-v1.xml +++ b/staging/ext-image-capture-source/ext-image-capture-source-v1.xml @@ -106,4 +106,30 @@ + + + + A manager for creating image capture source objects for a specified region. + + + + + Creates a source object for a region. Images captured from this source + will show the content within the specified logical region. + + + + + + + + + + + Destroys the manager. This request may be sent at any time by the client + and objects created by the manager will remain valid after its + destruction. + + +