We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b6127 commit ddf1340Copy full SHA for ddf1340
1 file changed
Face_Recognition_103.ipynb
@@ -236,6 +236,16 @@
236
"- Capture multiple webcam photos\n"
237
]
238
},
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
248
249
{
250
"cell_type": "code",
251
"execution_count": 10,
@@ -1061,7 +1071,7 @@
1061
1071
" f\"Saved: {destination_path}\"\n",
1062
1072
" )\n",
1063
1073
"\n",
1064
- " # OPTION 2 -> WEBCAM CAPTURE\n",
1074
+ " # OPTION 2: WEBCAM CAPTURE\n",
1065
1075
1066
1076
" elif choice == \"2\":\n",
1067
1077
0 commit comments