Requires one parameter (ID of the webcam)

Please, how do I get past this?

Hi @okosa20d,

You will need to send the camera ID via an input parameter to that script. The camera ID is most likely 0 or 1, you can specify this parameter the following way: ./build/camera 0

1 Like

You can see where this camera ID value is parsed in the camera script here: https://github.com/edgeimpulse/example-standalone-inferencing-linux/blob/master/source/camera.cpp#L90

1 Like