Skip to content

Commit cd7a1b9

Browse files
committed
README.md にハードウェアアクセラレーターの検証手順を追加する
1 parent 276507f commit cd7a1b9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

e2e-test/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,16 @@
55
```bash
66
uv run pytest -v -s
77
```
8+
9+
## ハードウェアアクセラレーター
10+
11+
- Intel VPL の検証をする場合
12+
- `INTEL_VPL=1`
13+
- NVIDIA Video Codec の検証をする場合
14+
- `NVIDIA_VIDEO_CODEC=1`
15+
- AMD AMF の検証をする場合
16+
- `AMD_AMF=1`
17+
- Raspberry Pi の V4L2 M2M の検証をする場合
18+
- `RASPBERRY_PI=1`
19+
- Apple Video Toolbox の検証をする場合
20+
- `APPLE_VIDEO_TOOLBOX=1`

0 commit comments

Comments
 (0)