summaryrefslogtreecommitdiff
path: root/src/libcamera/control_ids.cpp.in
blob: f699ac9eea543094f9c632022716756e77d49d38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2019, Google Inc.
 *
 * control_ids.cpp : Control ID list
 *
 * This file is auto-generated. Do not edit.
 */

#include <libcamera/control_ids.h>

/**
 * \file control_ids.h
 * \brief Camera control identifiers
 */

namespace libcamera {

namespace controls {

${controls}

} /* namespace controls */

} /* namespace libcamera */