/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2021-2022, Ideas On Board * * cproc.h - RkISP1 Color Processing control */ #pragma once #include #include "algorithm.h" namespace libcamera { namespace ipa::rkisp1::algorithms { class ColorProcessing : public Algorithm { public: ColorProcessing() = default; ~ColorProcessing() = default; void queueRequest(IPAContext &context, const uint32_t frame, const ControlList &controls) override; void prepare(IPAContext &context, rkisp1_params_cfg *params) override; }; } /* namespace ipa::rkisp1::algorithms */ } /* namespace libcamera */ go'/> index : libcamera/vivid.git
libcamera pipeline handler for VIVIDgit repository hosting on libcamera.org
summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/arrow-up.svg
blob: 16b13aba824da3c3ee12b03c318a13fdc828f4bf (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-arrow-up"><line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline></svg>