Skip to content

Commit

Permalink
fix(windows): runtime core.
Browse files Browse the repository at this point in the history
  • Loading branch information
TinySlik committed Aug 19, 2019
1 parent 5bcf9ec commit 559b1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mynteye/device/config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 559b1e4

Please sign in to comment.