fix(src): if camera is s1030, the frame rate is not show.

This commit is contained in:
Osenberg
2019-08-02 14:59:50 +08:00
parent 404d74b0b7
commit de6dc0d712
2 changed files with 9 additions and 4 deletions

View File

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