Yolo11 - Object Identification: Green Screen

When trying to run this commend in Terminal using Yolo11:
yolo predict model=yolo11n.pt source=0 show=True

It is showing a green screen instead of camera screen with object detection.

OS: Ubuntu
Hardware: Nvidia Orin Nano
Camera: Raspberry Pi Camera v2

Hi,
Please share which page you see the command. It seems to be from 3rdparty and not sure how to set up developer kit and run the command.

Ultralytics Yolo 11:

Hi,

It looks like the source doesn’t support CSI camera:

Feeding source=0 will try to open a web camera instead.

Thanks.

You can check the guide on how to use Pi Camera.