Add frame id to synthetic streams

This commit is contained in:
John Zhao
2018-10-26 15:39:34 +08:00
parent 1529e77ffd
commit 08271be063
12 changed files with 74 additions and 24 deletions

View File

@@ -135,6 +135,17 @@ endif
.PHONY: install
uninstall:
@$(call echo,Make $@)
ifeq ($(HOST_OS),Linux)
$(SUDO) rm -rf /usr/local/lib/libmynteye*
$(SUDO) rm -rf /usr/local/include/mynteye/
$(SUDO) rm -rf /usr/local/lib/cmake/mynteye/
$(SUDO) rm -rf /usr/local/share/mynteye/
endif
.PHONY: uninstall
# samples
samples: install