robotaiguy

  • Apr 22, 2024
  • Joined Sep 12, 2023
  • 0 best answers
  • Hi @robotaiguy
    Set the frame type to GRAY8:

    manip = pipeline.create(dai.node.ImageManip)
    manip.initialConfig.setFrameType(dai.RawImgFrame.Type.GRAY8)
    camRgb.preview.link(manip.inputImage)
    manip.out.link(xoutRgb.input)

    Thanks,
    Jaka