-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proof-of-concept for multi-frame textured point cloud streaming
- bump NHVD (multi-frame depth unprojection) - update NHVD wrapper - modify point cloud example for multi-frame aproach Related to #15
- Loading branch information
Showing
4 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule network-hardware-video-decoder
updated
10 files
+3 −0 | CMakeLists.txt | |
+2 −2 | README.md | |
+31 −20 | examples/nhvd_cloud_example.cpp | |
+1 −1 | examples/nhvd_frame_example.cpp | |
+164 −0 | examples/nhvd_frame_multi_example.cpp | |
+1 −1 | hardware-depth-unprojector | |
+1 −1 | hardware-video-decoder | |
+1 −1 | minimal-latency-streaming-protocol | |
+144 −63 | nhvd.cpp | |
+9 −3 | nhvd.h |