Hi all
I am trying to run a project that involves the use of a camera. I am able to connect to the server as shown below :
edge-impulse-linux
Edge Impulse Linux client v1.4.8
edge-impulse-linux
Edge Impulse Linux client v1.4.8
[GST] checking for /etc/os-release
[SER] Using microphone hw:0,0
[SER] Using camera /base/soc/i2c0mux/i2c@1/ov5647@36 starting…
[SER] Connected to camera
[WS ] Connecting to wss://remote-mgmt.edgeimpulse.com
[WS ] Connected to wss://remote-mgmt.edgeimpulse.com
[WS ] Device “Batman” is now connected to project “FinalPersonalproject”. To connect to another project, run edge-impulse-linux --clean
.
[WS ] Go to Login - Edge Impulse to build your machine learning model!
[WS ] Not received pong from server within six seconds, re-connecting
[WS ] Trying to connect in 1 second…
[WS ] Connecting to wss://remote-mgmt.edgeimpulse.com
[WS ] Connected to wss://remote-mgmt.edgeimpulse.com
[WS ] Device “Batman” is now connected to project “FinalPersonalproject”. To connect to another project, run edge-impulse-linux --clean
.
[WS ] Go to Login - Edge Impulse to build your machine learning model!
But when I rrun the command “edge-impulse-linux runner”, I am getting thi s error message:
Edge Impulse Linux client v1.4.8
[GST] checking for /etc/os-release
[SER] Using microphone hw:0,0
[SER] Using camera /base/soc/i2c0mux/i2c@1/ov5647@36 starting…
Failed to initialize linux tool Capture process failed with code 255
Can anyone help me? from reading other posts there seems to be a problem with the camera, but I tried it once before and it worked, so I am genuinely stuck