19 lines
450 B
Markdown
19 lines
450 B
Markdown
<!--[metadata]
|
|
title = "NV12"
|
|
tags = ["2D", "Image encoding", "YUV"]
|
|
thumbnail = "https://static.rerun.io/nv12/3bffd358462a453c6358aa3cc4c8555b12fc0d35/480w.png"
|
|
thumbnail_dimensions = [480, 480]
|
|
-->
|
|
|
|
This example displays an NV12 encoded video stream from a webcam in rerun.
|
|
|
|
<img src="https://static.rerun.io/nv12/3bffd358462a453c6358aa3cc4c8555b12fc0d35/480w.png">
|
|
|
|
|
|
## Run the code
|
|
|
|
```bash
|
|
pip install -e examples/python/nv12
|
|
python -m nv12
|
|
```
|