snapshot_capture.yaml 224 B

123456
  1. # The capture node only subscribes to this topic. Start the camera separately.
  2. image_topic: /usb_cam/image_raw
  3. # White line segmentation range in OpenCV HSV order: H, S, V.
  4. hsv_lower: [0, 0, 180]
  5. hsv_upper: [180, 60, 255]