rt's clone of libcamera
1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2022, Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> */ #pragma once #include <libcamera/base/log.h> namespace libcamera { LOG_DECLARE_CATEGORY(Python) }