summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/v4l2_device/capture_async.cpp2
-rw-r--r--test/v4l2_device/double_open.cpp2
-rw-r--r--test/v4l2_device/formats.cpp2
-rw-r--r--test/v4l2_device/request_buffers.cpp2
-rw-r--r--test/v4l2_device/stream_on_off.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/v4l2_device/capture_async.cpp b/test/v4l2_device/capture_async.cpp
index fd428ff9..69b1d5a1 100644
--- a/test/v4l2_device/capture_async.cpp
+++ b/test/v4l2_device/capture_async.cpp
@@ -18,7 +18,7 @@ class CaptureAsyncTest : public V4L2DeviceTest
{
public:
CaptureAsyncTest()
- : V4L2DeviceTest("vivid", "vivid-000-vid-cap"), frames(0) {}
+ : V4L2DeviceTest("vimc", "Raw Capture 0"), frames(0) {}
void receiveBuffer(Buffer *buffer)
{
diff --git a/test/v4l2_device/double_open.cpp b/test/v4l2_device/double_open.cpp
index b402de04..53850620 100644
--- a/test/v4l2_device/double_open.cpp
+++ b/test/v4l2_device/double_open.cpp
@@ -15,7 +15,7 @@ class DoubleOpen : public V4L2DeviceTest
{
public:
DoubleOpen()
- : V4L2DeviceTest("vivid", "vivid-000-vid-cap") {}
+ : V4L2DeviceTest("vimc", "Raw Capture 0") {}
protected:
int run()
{
diff --git a/test/v4l2_device/formats.cpp b/test/v4l2_device/formats.cpp
index 3ac47f5c..6be045ff 100644
--- a/test/v4l2_device/formats.cpp
+++ b/test/v4l2_device/formats.cpp
@@ -19,7 +19,7 @@ class Format : public V4L2DeviceTest
{
public:
Format()
- : V4L2DeviceTest("vivid", "vivid-000-vid-cap") {}
+ : V4L2DeviceTest("vimc", "Raw Capture 0") {}
protected:
int run()
{
diff --git a/test/v4l2_device/request_buffers.cpp b/test/v4l2_device/request_buffers.cpp
index 794b083e..7b7b06b2 100644
--- a/test/v4l2_device/request_buffers.cpp
+++ b/test/v4l2_device/request_buffers.cpp
@@ -11,7 +11,7 @@ class RequestBuffersTest : public V4L2DeviceTest
{
public:
RequestBuffersTest()
- : V4L2DeviceTest("vivid", "vivid-000-vid-cap") {}
+ : V4L2DeviceTest("vimc", "Raw Capture 0") {}
protected:
int run()
diff --git a/test/v4l2_device/stream_on_off.cpp b/test/v4l2_device/stream_on_off.cpp
index 4902d5fd..b158b8e4 100644
--- a/test/v4l2_device/stream_on_off.cpp
+++ b/test/v4l2_device/stream_on_off.cpp
@@ -11,7 +11,7 @@ class StreamOnStreamOffTest : public V4L2DeviceTest
{
public:
StreamOnStreamOffTest()
- : V4L2DeviceTest("vivid", "vivid-000-vid-cap") {}
+ : V4L2DeviceTest("vimc", "Raw Capture 0") {}
protected:
int run()
{