fix(config.cc): fix s1030 stream request bug for windows
This commit is contained in:
parent
c6fd9db827
commit
05507ac12c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user