fix(windows): runtime core.

This commit is contained in:
TinyO 2019-08-19 09:45:10 +08:00
parent 5bcf9ecf1f
commit 559b1e4d80

View File

@ -70,8 +70,8 @@ const std::map<Model, std::map<Capabilities, StreamRequests>>
stream_requests_map = {
{Model::STANDARD,
{{Capabilities::STEREO, {
{752, 480, Format::YUYV, 0},
{376, 240, Format::YUYV, 0}}
{752, 480, Format::YUYV, 60},
{376, 240, Format::YUYV, 60}}
}}
},
{Model::STANDARD2,