Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@
They can also be provided to Blocks programmers by creating
myBlocks, covered in a separate :ref:`Blocks programming Tutorial <programming_resources/blocks/blocks-tutorial:blocks programming tutorial>`.

You will see Vuforia mentioned here, and in the `sample OpModes
<#sample-opmodes>`__ below. **Why Vuforia?** The *FIRST* Tech Challenge
implementation of Google’s TensorFlow Lite receives camera images from a
Vuforia video stream. The SDK already includes and uses Vuforia for
navigation, so it’s a convenient tool for passing camera streams to TFOD.

These CameraControl interfaces allow some control of the webcam, within
requirements or settings of Vuforia for its own performance. Such
settings include resolution and frame rate, not covered here.
These CameraControl interfacees can be used to improve performace of AprilTag

Check failure on line 36 in docs/source/programming_resources/vision/webcam_controls/overview/overview.rst

View workflow job for this annotation

GitHub Actions / spelling-check

[misspell] reported by reviewdog 🐶 "performace" is a misspelling of "performance" Raw Output: ./docs/source/programming_resources/vision/webcam_controls/overview/overview.rst:36:55: "performace" is a misspelling of "performance"
detection and color processing. Some settings, such as resolution and frame
rate, are not covered here because they are part of VisionPortal and not the webcam.