File size: 572 Bytes
edbef60
 
0be8eeb
 
 
edbef60
 
 
 
 
0be8eeb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: Video Stream
emoji: 📷
colorFrom: indigo
colorTo: pink
sdk: static
pinned: false
license: mit
---

See [video_stream](https://awesome-panel.org/resources/video_stream/) by [awesome-panel.org](https://awesome-panel.org) for more info.

## Serve

```python
panel serve index.py --autoreload
```

## Convert to Pyodide

```bash
panel convert index.py --to pyodide-worker
```

Please note you will currently have to manually remove `PIL` and change `skimage` to `scikit-image`
in the `index.js` file ([Issue #6170](https://github.com/holoviz/panel/issues/6170)).