35 lines
459 B
C
35 lines
459 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
/*
|
|
* Copyright (C) 2019, Google Inc.
|
|
*
|
|
* Property ID list
|
|
*
|
|
* This file is auto-generated. Do not edit.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <map>
|
|
#include <stdint.h>
|
|
#include <string>
|
|
|
|
#include <libcamera/controls.h>
|
|
|
|
namespace libcamera {
|
|
|
|
namespace properties {
|
|
|
|
enum {
|
|
${ids}
|
|
};
|
|
|
|
${controls}
|
|
|
|
extern const ControlIdMap properties;
|
|
|
|
${vendor_controls}
|
|
|
|
} /* namespace properties */
|
|
|
|
} /* namespace libcamera */
|