diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-02-26 12:53:01 +0200 |
---|---|---|
committer | Jacopo Mondi <jacopo.mondi@ideasonboard.com> | 2025-01-08 14:28:35 +0100 |
commit | accee0fe1e27597e9efe249c6e2c9adb5af7cd07 (patch) | |
tree | a74ebe27522e2140dd880062527198237298c2c3 /test/ipa/ipa_module_test.cpp | |
parent | 57d13c2c63a54f6f822d51abe7998ed15088d1d9 (diff) |
libcamera: v4l2_subdevi/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (C) 2019, Google Inc.
*
* control_info.cpp - ControlInfo tests
*/
#include <iostream>
#include <libcamera/control_ids.h>
#include <libcamera/controls.h>
#include "test.h"
using namespace std;
using namespace libcamera;
class ControlInfoTest : public Test
{
protected:
int run()
{