feat(config): add 376*240 resolution for S1030

This commit is contained in:
kalman 2019-03-14 17:51:59 +08:00
parent dfc0b5eaab
commit 3abb4dc153

View File

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