fix: restore Windows webcam stream support by conditionally delegating to frontend events
All checks were successful
Deploy on Master Change / deploy (push) Successful in 38s

This commit is contained in:
2026-07-01 13:29:47 +07:00
parent d94c1733be
commit 604ce9ea16
3 changed files with 21 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ package camera
import "log"
const IsNative = false
// StartCapture is a no-op on non-darwin platforms (Windows uses different webcam API)
func StartCapture() error {
log.Println("[CAMERA] Native camera capture not supported on this platform")