From 5343c9a4413dcb31940b088f5abe08254c4f1c90 Mon Sep 17 00:00:00 2001
From: Jose Olarte III
Date: Wed, 23 Jul 2025 17:09:24 +0800
Subject: [PATCH] Update: front-facing camera mirrored preview
---
src/components/ImageMethodDialog.vue | 64 +++++++++++++++++++++++++++-
1 file changed, 63 insertions(+), 1 deletion(-)
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 @@
+
+
+
+ Mirrored
+