Expose CameraFeed::set_ycbcr_images

This commit is contained in:
KOGA Mitsuhiro
2025-04-14 01:48:03 +09:00
parent 7864ac8019
commit f4f5b104f5
2 changed files with 9 additions and 0 deletions

View File

@ -101,6 +101,14 @@
Sets YCbCr image for this feed.
</description>
</method>
<method name="set_ycbcr_images">
<return type="void" />
<param index="0" name="y_image" type="Image" />
<param index="1" name="cbcr_image" type="Image" />
<description>
Sets Y and CbCr images for this feed.
</description>
</method>
</methods>
<members>
<member name="feed_is_active" type="bool" setter="set_active" getter="is_active" default="false">