diff --git a/daemon/src/media/video/v4l2/video_device_impl.cpp b/daemon/src/media/video/v4l2/video_device_impl.cpp
index f6e1996b3093d0fac752f65dd8fc217ecd72fe8f..aa16d5502a39febe029dba59df5a51047a5dee33 100644
--- a/daemon/src/media/video/v4l2/video_device_impl.cpp
+++ b/daemon/src/media/video/v4l2/video_device_impl.cpp
@@ -521,7 +521,7 @@ VideoDeviceImpl::getDeviceParams() const
 {
     DeviceParams params;
     params.input = device;
-    params.format = "video4linux2";
+    params.format = "v4l2";
     params.channel = channel_.idx;
     params.width = size_.width;
     params.height = size_.height;