> ## Documentation Index
> Fetch the complete documentation index at: https://docs.generalrobotics.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# debug_image

> Push an RGB frame to the current node's debug stream if active

```python theme={null}
from grid_nexus_program import debug_image
```

```python Signature theme={null}
debug_image(frame: Any, channel: str = 'default') -> None
```

Push an RGB frame to the current node's debug stream if active.


## Related topics

- [CLI reference](/cli/reference.md)
- [Common FAQs](/faq/common-faqs.md)
- [Your first session](/get-started/first-session.md)
- [MDP Config](/simulation/isaac/session_configuration/mdp.md)
- [GRID Cortex Client](/models/cortex.md)
