🧊
Resources
Socials
  • 📙Welcome!
  • ⚙️ROS
    • Beginner's Guide to ROS
      • Prerequisites
        • 💻Ubuntu Setup - Windows Subsystem for Linux (WSL)
        • 💻Ubuntu Setup - Dual Booting (For Windows)
        • 💻Ubuntu Setup - VM on MacOS M1
      • ROS Installation
        • Installation Guide [ROS2 Humble]
      • ROS Concepts
      • ROS Tools/Utils
        • Working with ROS 1/2 Bags
      • Robotics Fundamentals
        • Domains of Robotics Software
          • Perception
          • Localisation
          • Navigation
          • Controls
          • Simulation
        • Fundamental Concepts
          • Rotations (and Quaternion)
          • Coordinate Frames
          • Rigid Body Transformations (3D)
          • Basic Control Theory
          • Image Processing (with OpenCV)
    • Perception
      • Camera
        • [WSL2] Enabling USB Camera Access
        • Image Common
        • Camera Driver
        • Camera Calibration
        • Stereo Vision Concept
        • Image Pipeline
          • Monocular Image Processing
          • Disparity and Depth Image for Stereo Vision
      • LiDAR
        • Working with PointCloud2 Data
Powered by GitBook
On this page
  1. ROS
  2. Perception
  3. Camera

Image Pipeline

PreviousStereo Vision ConceptNextMonocular Image Processing

Last updated 10 months ago

The image_pipeline package fills the gap between getting raw images from a camera driver and higher-level vision processing. For more info about image_pipeline:


Hardware Requirements The image pipeline will work with any conforming ROS camera driver node. A ROS camera driver node should have the minimal requirements:

  • Publishing topics ("/image_raw" and "/camera_info")

  • Have the following service ("set_camera_info")

⚙️
http://wiki.ros.org/image_pipeline
Topics published by ROS Camera Driver Node (eg. v4l2_camera_driver)
Minimal requirements of ROS camera driver nodes