Skip to content
Snippets Groups Projects
Commit 4ee502a6 authored by 한동현's avatar 한동현
Browse files

fix(c): 카메라 촬영 방향 수정

parent cebe2ded
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment