Skip to content
Snippets Groups Projects
Commit b4898421 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

video: add unique id to windows video DeviceParams

- fixes rebase issue from ae7c912a

Change-Id: I2107f5283cb5f288fd22905510d8e0b663787957
parent 731dc1c7
No related branches found
No related tags found
No related merge requests found
......@@ -262,6 +262,7 @@ VideoDeviceImpl::getDeviceParams() const
DeviceParams params;
params.name = name;
params.unique_id = id;
params.input = id;
params.format = "dshow";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment