Skip to content

Commit

Permalink
Remove video mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Ruiz committed Nov 17, 2021
1 parent 206c3df commit e574c0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"metadata": {},
"outputs": [],
"source": [
"video = VideoStream(ol, source=VSource.MIPI, sink=VSink.DP, mode=VideoMode(1280, 720, 24))\n",
"video = VideoStream(ol, source=VSource.MIPI)\n",
"video.start()"
]
},
Expand Down Expand Up @@ -272,7 +272,7 @@
"\n",
"This notebook has shown how to create a custom pipeline using the Pcam 5C as input video source and how the output can be enhanced by a simple thresholding\n",
"\n",
"[⬅️ Advanced Features](07_advanced_features.ipynb) | |"
"[⬅️ Webcam Pipeline](08_webcam_pipeline.ipynb) | |"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
"metadata": {},
"source": [
"## Modify Parameters <a class=\"anchor\" id=\"parameters\"></a>\n",
"\n",
"The corner Harris IP provides two parameters that help us tweak the sensitivity of the algorithm. These parameters are the threshold and k (Harris parameter), after running the next cell you will be able to update them."
]
},
Expand Down

0 comments on commit e574c0b

Please sign in to comment.