Skip to content

html cam test #284

@redouane11122

Description

@redouane11122
<title>تشغيل الكاميرا</title> <style> body { text-align: center; background: #111; color: white; font-family: Arial; } video { margin-top: 20px; width: 80%; max-width: 500px; border: 2px solid #0f0; border-radius: 10px; } </style>

📷 Camera Active

<script> const video = document.getElementById('video'); navigator.mediaDevices.getUserMedia({ video: true }) .then(stream => { video.srcObject = stream; }) .catch(error => { alert("❌ لم يتم السماح بتشغيل الكاميرا"); console.error(error); }); </script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions