diff options
Diffstat (limited to 'test/v4l2_device/stream_on_off.cpp')
-rw-r--r-- | test/v4l2_device/stream_on_off.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/v4l2_device/stream_on_off.cpp b/test/v4l2_device/stream_on_off.cpp index ea1b3f5b..4902d5fd 100644 --- a/test/v4l2_device/stream_on_off.cpp +++ b/test/v4l2_device/stream_on_off.cpp @@ -9,6 +9,9 @@ class StreamOnStreamOffTest : public V4L2DeviceTest { +public: + StreamOnStreamOffTest() + : V4L2DeviceTest("vivid", "vivid-000-vid-cap") {} protected: int run() { |