From 5f8c2fd86b4d98eac614a86be69407a3b2c49460 Mon Sep 17 00:00:00 2001 From: Bartosz Meglicki Date: Thu, 12 Mar 2020 22:51:14 +0100 Subject: [PATCH] clarify hardware support, link wiki page - clarify information in readme closes #4 --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5315a49..d0ff8bd 100644 --- a/README.md +++ b/README.md @@ -29,17 +29,25 @@ Tested on Ubuntu 18.04. ## Hardware -Intel VAAPI compatible hardware encoders ([Quick Sync Video](https://ark.intel.com/Search/FeatureFilter?productType=processors&QuickSyncVideo=true)). +Tested on Intel Kaby Lake: +- i7-7820HK laptop +- LattePanda Alpha +- with Realsense D435 -ATI/AMD may also work through VAAPI (libva-mesa-driver, not tested however). +### Video -The dependency is through [HVE](https://github.com/bmegli/hardware-video-encoder) implementation (see [HVE issues](https://github.com/bmegli/hardware-video-encoder/issues/5)). +Intel VAAPI compatible hardware encoders (QuickSync Video). -Depth encoding (HEVC Main10) requires at least Intel KabyLake. +[Other technologies](https://github.com/bmegli/realsense-network-hardware-video-encoder/wiki/Hardware) may also work but were not tested. -Textured depth encoding is implemented only for D435. -Tested on LattePanda Alpha and i7-7820HK laptop with Realsense D435 camera. +### Depth/textured depth + +Intel VAAPI HEVC Main10 compatible hardware encoders, at least Intel KabyLake. + +[Other technologies](https://github.com/bmegli/realsense-network-hardware-video-encoder/wiki/Hardware) may also work but were not tested. + +Textured depth encoding is implemented only for D435. ## Dependencies