/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2019, Google Inc. * * libcamera V4L2 API tests */ #include "v4l2_videodevice_test.h" class StreamOnStreamOffTest : public V4L2VideoDeviceTest { public: StreamOnStreamOffTest() : V4L2VideoDeviceTest("vimc", "Raw Capture 0") {} protected: int run() { const unsigned int bufferCount = 8; int ret = capture_->allocateBuffers(bufferCount, &buffers_); if (ret < 0) return TestFail; ret = capture_->streamOn(); if (ret) return TestFail; ret = capture_->streamOff(); if (ret) return TestFail; return TestPass; } }; TEST_REGISTER(StreamOnStreamOffTest) mera/libcamera.git' href='/libcamera/libcamera.git/'>libcamera/libcamera.git
libcamera official repositorygit repository hosting on libcamera.org
summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/percent.svg
blob: 2cb9719daa36ef5c6cd8e2c47a2c1728cfd03974 (plain)
1