RPI zero W Error setting PI camera V1.3

Hi, I´m trying to implemet a PI camera with a RPI Zero W, but when I try to connect with Edge Impulse CLI my camera is not recognized


Does someone knows how to fix this?

Hi @Isaac2114,

The RPI Zero W is an ARMv6 architecture and will probably not work as the Linux CLI supports ARM v7 / AARCH64:

Can you still provide the full error output? Also which Raspberry Pi OS version are you running?

Thanks,
Aurelien

Hi @Isaac2114,
I am also trying to install Linux CLI on RPi Zero, but getting error due to node version <=12, and there is no jodejs version available >12 for armv6 architecture RPi zero.

pi@raspberrypi:~ $ npm config set user root && sudo npm install edge-impulse-linux -g --unsafe-perm
error: sharp: Installation error: Expected Node.js version >=12.13.0 but found 11.15.0

can you please help to install Linux CLI if you succeed.