[0/3] gstreamer: Add support for read- and write-only controls
mbox series

Message ID 20250422142903.14742-1-jaslo@ziska.de
Headers show
Series
  • gstreamer: Add support for read- and write-only controls
Related show

Message

Jaslo Ziska April 22, 2025, 2:25 p.m. UTC
Hi everyone,

after a bit of a longer than anticipated break here is support for read- and
write-only controls in the libcamerasrc element.

The first patch just adds the GST_PARAM_CONDITIONALLY_AVAILABLE flag which I
thought was usefull.

The second patch then adds the proper readable/writeable flags to the codegen.

And the third patch finally adds the missing controls to gen-gst-controls.py.

Best Regards
Jaslo

Jaslo Ziska (3):
  gstreamer: Add GST_PARAM_CONDITIONALLY_AVAILABLE flag to properties
  gstreamer: Add support for read- and write-only controls
  gstreamer: Add remaining controls

 src/gstreamer/gstlibcamera-controls.cpp.in | 19 +++++++++++++++++--
 utils/codegen/gen-gst-controls.py          | 16 +++++++++-------
 2 files changed, 26 insertions(+), 9 deletions(-)

--
2.49.0