From 150be7e5abc00fde7925fd17a28b25ccce5e352c Mon Sep 17 00:00:00 2001 From: Bartosz Meglicki Date: Tue, 11 Feb 2020 16:16:47 +0100 Subject: [PATCH] link point cloud streaming video --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 906ee16..409feda 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,21 @@ # Realsense Network Hardware Video Encoder -Realsense hardware video encoding and streaming over custom [MLSP](https://github.com/bmegli/minimal-latency-streaming-protocol) protocol. +Realsense hardware video/depth encoding and streaming over custom [MLSP](https://github.com/bmegli/minimal-latency-streaming-protocol) protocol. This includes streaming: - color (H.264, HEVC Main) - infrared (H.264, HEVC Main) - depth (HEVC Main10) -See [unity-network-hardware-video-decoder](https://github.com/bmegli/unity-network-hardware-video-decoder) as example network decoder & renderer (color and infrared). +See [unity-network-hardware-video-decoder](https://github.com/bmegli/unity-network-hardware-video-decoder) as example network decoder & renderer (color, infrared and depth). See [realsense-depth-to-vaapi-hevc10](https://github.com/bmegli/realsense-depth-to-vaapi-hevc10/wiki/How-it-works) for depth encoding explanation. See [hardware-video-streaming](https://github.com/bmegli/hardware-video-streaming) for other related projects. -The intent behind the program: -- private experiments -- minimize video/depth latency -- minimize CPU usage (hardware encoding, color conversions) +See point cloud streaming video to understand this feature: + +[![Hardware Accelerated Point Cloud Streaming](http://img.youtube.com/vi/qnTxhfNW-_4/0.jpg)](http://www.youtube.com/watch?v=qnTxhfNW-_4) ## Platforms