Noted: Monday, October 14, 2024, 11:30:02 + 5
parent
17efda5bd4
commit
1b81d00737
|
@ -1,13 +1,5 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "Brookhaven Seminar",
|
||||
"path": "Brookhaven Seminar.md"
|
||||
},
|
||||
{
|
||||
"basename": "Step 2. Program for facial feature Comparison",
|
||||
"path": "Step 2. Program for facial feature Comparison.md"
|
||||
},
|
||||
{
|
||||
"basename": "Step 1. Selfie Verification Program (Front End)",
|
||||
"path": "Step 1. Selfie Verification Program (Front End).md"
|
||||
|
@ -16,6 +8,14 @@
|
|||
"basename": "Selfie Verification Program High Level Description",
|
||||
"path": "Selfie Verification Program High Level Description.md"
|
||||
},
|
||||
{
|
||||
"basename": "Step 2. Program for facial feature Comparison",
|
||||
"path": "Step 2. Program for facial feature Comparison.md"
|
||||
},
|
||||
{
|
||||
"basename": "Brookhaven Seminar",
|
||||
"path": "Brookhaven Seminar.md"
|
||||
},
|
||||
{
|
||||
"basename": "NYC-HAQ 2024",
|
||||
"path": "Machine Tips (Quantum)/Resources/Companies, Orgs, & Events/NYC-HAQ 2024.md"
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Brookhaven Seminar.md",
|
||||
"file": "Step 1. Selfie Verification Program (Front End).md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -214,7 +214,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Brookhaven Seminar.md",
|
||||
"file": "Step 1. Selfie Verification Program (Front End).md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -231,7 +231,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Brookhaven Seminar.md",
|
||||
"file": "Step 1. Selfie Verification Program (Front End).md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -254,7 +254,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Brookhaven Seminar.md"
|
||||
"file": "Step 1. Selfie Verification Program (Front End).md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -284,9 +284,10 @@
|
|||
},
|
||||
"active": "2d203d0ac92ac228",
|
||||
"lastOpenFiles": [
|
||||
"Step 2. Program for facial feature Comparison.md",
|
||||
"Step 1. Selfie Verification Program (Front End).md",
|
||||
"Selfie Verification Program High Level Description.md",
|
||||
"Step 1. Selfie Verification Program (Front End).md",
|
||||
"Step 2. Program for facial feature Comparison.md",
|
||||
"Brookhaven Seminar.md",
|
||||
"Machine Tips (Quantum)/Resources/Companies, Orgs, & Events/NYC-HAQ 2024.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/1. Terminals/Text & Editors/Vim/Vim.md",
|
||||
"About Obsidian/Alt. Obsidian.md",
|
||||
|
@ -300,7 +301,6 @@
|
|||
"About Obsidian/Obsidian Guides/Obsidian-gitea process.md",
|
||||
"Coding Tips (Classical)/Project Vault/Setup Guides/Setting Up Google Photos Backup.md",
|
||||
"About Obsidian/Obsidian Guides/Calendar & DataView.md",
|
||||
"Brookhaven Seminar.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/1. Terminals/Text & Editors/Kaumoji Text Emoticons.md",
|
||||
"About Obsidian/imgFiles/Pasted image 20241010212536.png",
|
||||
"Machine Tips (Quantum)/Resources/Companies, Orgs, & Events/QSL Conversation with Chris.md",
|
||||
|
|
|
@ -6,7 +6,7 @@ The frontend will handle capturing the selfie from the user's webcam and sending
|
|||
|
||||
|
||||
|
||||
## Step 1: **Set Up Webcam Access:**
|
||||
## Step 1: **Set Up Selfie Access:**
|
||||
|
||||
- Use the `getUserMedia()` API to access the webcam. This will allow users to capture their selfies in real-time.
|
||||
|
||||
|
|
Loading…
Reference in New Issue