Skip to content
Snippets Groups Projects
Commit 33bc8cf7 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

video: fix local camera openning

Commit be732d47
introduce a regression on local camera input openning through v4l2.
This patch fixes this.

Refs #66543

Change-Id: Iebd5dd6544fd223ca505f1d1064a5d7bfd0bedb1
parent 9dba3068
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment