/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright (C) 2020, Raspberry Pi (Trading) Limited
*
* focus.hpp - focus algorithm
*/
#pragma once
#include "../algorithm.hpp"
#include "../metadata.hpp"
/*
* The "focus" algorithm. All it does it print out a version of the
* focus contrast measure; there is no actual auto-focus mechanism to
* control.
*/
namespace RPiController {
class Focus : public Algorithm
{
public:
Focus(Controller *controller);
char const *Name() const override;
void Process(StatisticsPtr &stats, Metadata *image_metadata) override;
};
} /* namespace RPiController */
f='/'>index : libcamera/libcamera.git
blob: 06830c9d0c2c8f1d39f5258583a3f6913555dead (
plain)
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-edit-2"><path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"></path></svg>
|