From 3abb4dc1533f379c9ed98474e88886c5664421c8 Mon Sep 17 00:00:00 2001 From: kalman Date: Thu, 14 Mar 2019 17:51:59 +0800 Subject: [PATCH] feat(config): add 376*240 resolution for S1030 --- src/mynteye/device/config.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mynteye/device/config.cc b/src/mynteye/device/config.cc index 52f2e2e..8e52978 100644 --- a/src/mynteye/device/config.cc +++ b/src/mynteye/device/config.cc @@ -61,7 +61,8 @@ const std::map> stream_requests_map = { {Model::STANDARD, {{Capabilities::STEREO, { - {752, 480, Format::YUYV, 60}} + {752, 480, Format::YUYV, 60}, + {376, 240, Format::YUYV, 60}} }} }, {Model::STANDARD2,