/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2022, Tomi Valkeinen */ #pragma once #include #include namespace libcamera { LOG_DECLARE_CATEGORY(Python) } void init_py_color_space(pybind11::module &m); void init_py_controls_generated(pybind11::module &m); void init_py_enums(pybind11::module &m); void init_py_formats_generated(pybind11::module &m); void init_py_geometry(pybind11::module &m); void init_py_properties_generated(pybind11::module &m); void init_py_transform(pybind11::module &m);