summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/phone-call.svg
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcam/assets/feathericons/phone-call.svg')
0 files changed, 0 insertions, 0 deletions
='#n45'>45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
/* SPDX-License-Identifier: BSD-2-Clause */
/*
 * Copyright (C) 2020, Raspberry Pi Ltd
 *
 * cam_helper_imx296.cpp - Camera helper for IMX296 sensor
 */

#include <algorithm>
#include <cmath>
#include <stddef.h>

#include "cam_helper.h"

using namespace RPiController;
using libcamera::utils::Duration;
using namespace std::literals::chrono_literals;

class CamHelperImx296 : public CamHelper
{
public:
	CamHelperImx296();
	uint32_t gainCode(double gain) const override;