Skip to content
Snippets Groups Projects
Commit dbda72c1 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk Committed by Adrien Béraud
Browse files

video device: update unique_id on iOS

Change-Id: I723629cfab93861e9759da5eda06de220f5cf544
parent 755e3e93
No related branches found
No related tags found
No related merge requests found
...@@ -157,6 +157,7 @@ VideoDeviceImpl::getDeviceParams() const ...@@ -157,6 +157,7 @@ VideoDeviceImpl::getDeviceParams() const
params.name = name; params.name = name;
params.input = name; params.input = name;
params.unique_id = name;
params.channel = 0; params.channel = 0;
params.pixel_format = "nv12"; params.pixel_format = "nv12";
params.width = size_.first; params.width = size_.first;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment