APP_CAMERA not working

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

Hi @okosa20d,

Can you paste the command and output from your terminal when running it?

Aurelien

You have a $ sign in your command line, just run:
APP_CUSTOM=1 make -j

Aurelien

1 Like