Disabling the camera

I’m trying to disable the camera so as to use the microphone and run the model file I’ve downloaded but everytime I try to download the file this is what it brings and I’ve already disabled the camera. Any assistance will be highly appreciated.

Failed to initialize linux tool Error: Cannot find any webcams, run this command with --disable-camera to skip selection
at /usr/local/lib/node_modules/edge-impulse-linux/build/cli/linux/linux.js:432:23
at processTicksAndRejections (internal/process/task_queues.js:97:5)

Hi @Queen,

Can you share the CLI command you’re using?
You should add the --disable-camera argument to it.

Aurelien

edge-impulse-linux --disable-camera
The error message is still the same even after using this

Could you share the full output including the command line, ie:

aureleq@Aurelien tmp % edge-impulse-linux --disable-camera
Edge Impulse Linux client v1.3.12

[SER] Using microphone MacBook Pro Micr
[WS ] Connecting to wss://remote-mgmt.edgeimpulse.com
[WS ] Connected to wss://remote-mgmt.edgeimpulse.com
[WS ] Device "Test" is now connected to project "LampVsPlant"
[WS ] Go to https://studio.edgeimpulse.com/studio/4595/acquisition/training to build your machine learning model!

Also which OS are you on?

Aurelien