Team 6624's Software Guide
latest

Table of Contents

  • Installation
  • Robot Code
  • Common Tasks
    • Creating a new project
    • Drive Trains
    • Switching around Driver Controls in OI
    • Integrating code
    • Creating a Command
    • Creating a Command Group
    • Creating a Subsystem
    • Autonomous Code
    • Camera
      • Teleop Camera
      • Vision
  • GitHub
Team 6624's Software Guide
  • Docs »
  • Common Tasks »
  • Camera
  • Edit on GitHub

CameraΒΆ

This section discusses how to use cameras, whether it be adding USB cameras to SmartDashboard in teleop, or using machine vision to navigate the robot in autonomous mode.

Contents

  • Teleop Camera
    • Code implementation
    • Opening the camera stream in SmartDashboard
  • Vision
    • Choosing a platform
      • Installing OpenCV on the Raspberry Pi
        • Installing Raspbian
        • Installing OpenCV
          • 1. Update the RPi
          • 2. Install necessary software
          • 3. Install numpy, which is necessary to use OpenCV
          • 4. Format and mount the USB drive to store OpenCV
          • 5. Download and extract the OpenCV source code
          • 6. Prepare to build OpenCV
          • 7. Build OpenCV
          • 8. Install the build
          • 9. Configure OpenCV
          • 10. Check to make sure it worked
        • Installing the Picamera
Next Previous

© Copyright . Revision 07813bcb.

Built with Sphinx using a theme provided by Read the Docs.