summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/key.svg
diff options
context:
space:
mode:
#!/usr/bin/env python3## SPDX-License-Identifier: BSD-2-Clause## Copyright (C) 2022, Raspberry Pi Ltd## alsc tuning toolimport sys from ctt import*from ctt_tools import parse_input if __name__ =='__main__':""" initialise calibration """
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-02-17 00:12:49 +0200
parent857a216fd5b32f2a275262a03a16317d689eca7c (diff)
test: camera: buffer_import: Don't include <random>
The <random> header isn't needed since commit 6e1e847753fd ("test: camera: buffer_import: Update to FrameBuffer restrictions"). Don't include it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'src/qcam/assets/feathericons/key.svg')
0 files changed, 0 insertions, 0 deletions
json_output, directory, config, log_output, target = parse_input() if target == 'pisp': from ctt_pisp import json_template, grid_size elif target == 'vc4': from ctt_vc4 import json_template, grid_size run_ctt(json_output, directory, config, log_output, json_template, grid_size, target, alsc_only=True)