summaryrefslogtreecommitdiffhomepage
path: root/tracker-aruco/ftnoir_tracker_aruco.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-05-25 08:59:02 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-06-01 17:47:23 +0200
commit0c899948ff1dd684f68be8532c383fd8d3133c83 (patch)
tree5c637f179223b55dd0145b0b857a33e2860de96d /tracker-aruco/ftnoir_tracker_aruco.cpp
parent8d9095c7d1ec3a39fd338fe8e5f073dcb5fead46 (diff)
tracker/aruco: allow using the 1080p resolution
Diffstat (limited to 'tracker-aruco/ftnoir_tracker_aruco.cpp')
-rw-r--r--tracker-aruco/ftnoir_tracker_aruco.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-aruco/ftnoir_tracker_aruco.cpp b/tracker-aruco/ftnoir_tracker_aruco.cpp
index 1f39db32..5130a889 100644
--- a/tracker-aruco/ftnoir_tracker_aruco.cpp
+++ b/tracker-aruco/ftnoir_tracker_aruco.cpp
@@ -57,6 +57,7 @@ static const resolution_tuple resolution_choices[] =
{ 640, 480 },
{ 320, 240 },
{ 1280, 720 },
+ { 1920, 1080 },
{ 0, 0 }
};