diff --git a/src/components/ImageMethodDialog.vue b/src/components/ImageMethodDialog.vue index 5dfda156..7564e913 100644 --- a/src/components/ImageMethodDialog.vue +++ b/src/components/ImageMethodDialog.vue @@ -94,6 +94,19 @@ Platform: {{ platformCapabilities.isMobile ? "Mobile" : "Desktop" }}
+Camera Mode: {{ currentFacingMode }}
++ Video Mirrored: + {{ shouldMirrorVideo ? "Yes" : "No" }} +
++ Mirror Logic: + {{ + platformCapabilities.isMobile + ? "Mobile: user mode only" + : "Desktop: always mirrored" + }} +
@@ -109,10 +122,19 @@ + +