feat(config): add 376*240 resolution for S1030
This commit is contained in:
parent
dfc0b5eaab
commit
3abb4dc153
|
@ -61,7 +61,8 @@ const std::map<Model, std::map<Capabilities, StreamRequests>>
|
|||
stream_requests_map = {
|
||||
{Model::STANDARD,
|
||||
{{Capabilities::STEREO, {
|
||||
{752, 480, Format::YUYV, 60}}
|
||||
{752, 480, Format::YUYV, 60},
|
||||
{376, 240, Format::YUYV, 60}}
|
||||
}}
|
||||
},
|
||||
{Model::STANDARD2,
|
||||
|
|
Loading…
Reference in New Issue
Block a user