diff options
Diffstat (limited to 'test/v4l2_device/formats.cpp')
-rw-r--r-- | test/v4l2_device/formats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |