[libcamera-devel,v2,0/2] cam: Add Rectangle type parsing in capture script
mbox series

Message ID 20220624130523.41535-1-dse@thaumatec.com
Headers show
Series
  • cam: Add Rectangle type parsing in capture script
Related show

Message

Daniel Semkowicz June 24, 2022, 1:05 p.m. UTC
Changes vs v1:
- Move all types unpacking lower to unpackControl()
- Use ControlValue::isNone to signalize error condition
- Add patch for checking parseFrames() return value

Best regards
Daniel Semkowicz

Daniel Semkowicz (2):
  cam: Add Rectangle type parsing in capture script
  cam: capture_script: Check parseFrames() return value for errors

 src/cam/capture_script.cpp | 113 +++++++++++++++++++++++++++++++++----
 src/cam/capture_script.h   |   6 +-
 2 files changed, 105 insertions(+), 14 deletions(-)