Add a new 'debug' controls namespace for the upcoming implementation of debug metadata. While at it, sort the entries alphabetically. Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
21 lines
442 B
YAML
21 lines
442 B
YAML
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
#
|
|
# Copyright (C) 2023, Raspberry Pi Ltd
|
|
#
|
|
%YAML 1.1
|
|
---
|
|
# Specifies the control id ranges/offsets for core/draft libcamera and vendor
|
|
# controls and properties.
|
|
ranges:
|
|
# Core libcamera controls
|
|
libcamera: 0
|
|
# Draft designated libcamera controls
|
|
draft: 10000
|
|
# Raspberry Pi vendor controls
|
|
rpi: 20000
|
|
# Controls for debug metadata
|
|
debug: 30000
|
|
# Next range starts at 40000
|
|
|
|
...
|