fix(config.cc): fix s1030 stream request bug for windows

This commit is contained in:
kalman 2019-01-03 17:39:25 +08:00
parent c6fd9db827
commit 05507ac12c

View File

@ -61,7 +61,7 @@ const std::map<Model, std::map<Capabilities, StreamRequests>>
stream_requests_map = {
{Model::STANDARD,
{{Capabilities::STEREO, {
{752, 480, Format::YUYV, 25}}
{752, 480, Format::YUYV, 60}}
}}
},
{Model::STANDARD2,