Hi, thanks for the great reference app. I got the analytics + perception server to run as docker containers, and there is some code in
~/DeepStream360d_Release/sources/apps/usecase_apps/deepstream-360d-app
but to be able to build it a lot of files are missing: The makefile contains the line
SRCS+= $(wildcard …/…/apps-common/src/*.c)
but there is no apps-common folder in the container.
Thx, Stefan