mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 06:07:47 +08:00
Provisioning: linux - install virtual video test driver vivid
The vivid kernel module emulates a v4l2 video devices like webcams. We instantiate two devices via vivid to allow qt multimedia unit tests requiring multiple cameras to run correctly. Pick-to: 6.5 6.7 6.8 Change-Id: I1b87954e3c8af797f5b09dabf2d4939d8320db06 Reviewed-by: Artem Dyomin <artem.dyomin@qt.io> Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
# Copyright (C) 2024 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
set -ex
|
||||
|
||||
# shellcheck source=../common/linux/install-vivid-camera.sh
|
||||
source "${BASH_SOURCE%/*}/../common/linux/install-vivid-camera.sh"
|
||||
Reference in New Issue
Block a user