From 4ee502a6721061f0afc9e9b3db2327365ed9be9e Mon Sep 17 00:00:00 2001 From: Han Donghyeon <hando1220@ajou.ac.kr> Date: Wed, 4 Dec 2024 10:53:17 +0000 Subject: [PATCH] =?UTF-8?q?fix(c):=20=EC=B9=B4=EB=A9=94=EB=9D=BC=20?= =?UTF-8?q?=EC=B4=AC=EC=98=81=20=EB=B0=A9=ED=96=A5=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- camera-node-control/camera.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/camera-node-control/camera.cpp b/camera-node-control/camera.cpp index 4e1890b..9068556 100644 --- a/camera-node-control/camera.cpp +++ b/camera-node-control/camera.cpp @@ -374,6 +374,7 @@ int main() { camera->acquire(); unique_ptr<CameraConfiguration> config = camera->generateConfiguration({StreamRole::StillCapture}); + config->orientation = Orientation::Rotate180; StreamConfiguration &streamConfig = config->at(0); streamConfig.size = Size(1600, 900); -- GitLab