Camera port ID, only required when more than 1 camera is present

I am running the edge-impulse-linux python sdk classify.py example on a Raspberry Pi 4. The code is not running and is showing me an error:

python classify.py </home/pi/modelfile.eim> <Camera port ID, only required when more than 1 camera is present>

I have already downloaded the model file, but I am not sure what to do next. Can I get some help?

Hi @ElectricDragon,

Which command are you using to run the classifier? You need to provide the path to the modelfile.eim as an argument, ie: python classify.py /home/pi/Documents/modelfile.eim
Aurelien

1 Like

Thanks a lot! It worked

1 Like

please how did you fix this , can we communicate , adebowaleallen@outlook.com

@oouinvent23 I had fixed it according to @aurel’s suggestion above, which has been marked as the solution.