Hi, I’m trying to run the C++ SDK on a raspberrypi4. The doc said that I should call APP_CAMERA=1 to build an application.
bash doesn’t recognize APP_CAMERA=1 make -j as a command
You have a $ sign in your command line, just run:
APP_CUSTOM=1 make -j
Aurelien
1 Like