Skip to content

Commit ddf1340

Browse files
committed
Created using Colab
1 parent f5b6127 commit ddf1340

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

Face_Recognition_103.ipynb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,16 @@
236236
"- Capture multiple webcam photos\n"
237237
]
238238
},
239+
{
240+
"cell_type": "markdown",
241+
"source": [
242+
"**Note:** First time when colab will try to access webcam it will ask for permession accpect (allow) it and run the cell again"
243+
],
244+
"metadata": {
245+
"id": "1-zHp4XVvOOO"
246+
},
247+
"id": "1-zHp4XVvOOO"
248+
},
239249
{
240250
"cell_type": "code",
241251
"execution_count": 10,
@@ -1061,7 +1071,7 @@
10611071
" f\"Saved: {destination_path}\"\n",
10621072
" )\n",
10631073
"\n",
1064-
" # OPTION 2 -> WEBCAM CAPTURE\n",
1074+
" # OPTION 2: WEBCAM CAPTURE\n",
10651075
"\n",
10661076
" elif choice == \"2\":\n",
10671077
"\n",

0 commit comments

Comments
 (0)