summaryrefslogtreecommitdiff
path: root/utils/raspberrypi/ctt/ctt_noise.py
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo@jmondi.org>2021-05-08 10:41:02 +0200
committerJacopo Mondi <jacopo@jmondi.org>2021-06-14 12:26:27 +0200
commitd09838ef3e83abc2ad37752b64c91267d7309d95 (patch)
tree8a42cc70b34030d1e9ddda0ff99b12b2266ff56d /utils/raspberrypi/ctt/ctt_noise.py
parenta86d281e52c772c4d40c6b9578c1eec8de8c5ca2 (0 files changed, 0 insertions, 0 deletions
os;) option('pipelines', type : 'array', value : ['auto'], choices : [ 'all', 'auto', 'imx8-isi', 'ipu3', 'raspberrypi', 'rkisp1', 'simple', 'uvcvideo', 'vimc' ], description : 'Select which pipeline handlers to build. If this is set to "auto", all the pipelines applicable to the target architecture will be built. If this is set to "all", all the pipelines will be built. If both are selected then "all" will take precedence.') option('qcam', type : 'feature', value : 'auto', description : 'Compile the qcam test application') option('test', type : 'boolean', value : false, description: 'Compile and include the tests') option('tracing', type : 'feature', value : 'auto', description: 'Enable tracing (based on lttng)') option('v4l2', type : 'boolean', value : false, description : 'Compile the V4L2 compatibility layer') option('pycamera', type : 'feature', value : 'disabled', description : 'Enable libcamera Python bindings (experimental)')