Problem with connecting arduino uno Q to project

Question/Issue:
Problem with edge-impulse-linux

Project ID:
923373

Context/Use case:
i cant connect arduino uno q 4gb to project becouse i have issues with camera logitech c270

Steps Taken:

aster using command i got information:
? To which project do you want to connect this device? (:mag: type to search) 92337
3
? Select a microphone qcm2290 - Arduino-Imola-HPH-LOUT
[SER] Using microphone hw:1,0
[GST] checking for /etc/os-release
Failed to initialize linux tool Capture process failed with code 1

GStreamer (gst-launch-1.0) stopped before emitting any images. This most likely means that the launch command is incorrect or that your camera is unresponsive. Here is the launch command:

gst-launch-1.0 libcamerasrc camera-name=“/base/soc@0/usb@4ef8800/usb@4e00000-1.2:1.0-046d:0825” ! video/x-raw,width=648,height=480 ! videoconvert ! jpegenc ! multifilesink location=resized%05d.jpg post-messages=true sync=false

You can try one of the following:

  • If your camera used to work:
    • Disconnect and reconnect the camera (if you use an external camera)
    • Kill all other GStreamer commands, via: ‘sudo killall gst-launch-1.0’
  • Run with ‘–verbose’ to see the raw GStreamer output. It might contain a hint why the process fails.
  • Run with ‘–dont-output-rgb-buffers’ - this will disable RGB output buffer creation which can help with targets that advertise RGB capabilities on the video source, but don’t actually support this.

If this does not resolve your issue, then please open a forum post at https://forum.edgeimpulse.com and include:

  • Your device, operating system, what camera you’re using, and how the camera is connected (e.g. USB, CSI)
  • The launch command (above)
  • The verbose output (run this application with --verbose)
  • The output of ‘gst-device-monitor-1.0’
  • The output of ‘gst-inspect-1.0’
    Re-run this command with --verbose to enable debug logs

Expected Outcome:
Connecting arduino uno@ to project in edge impulse

Actual Outcome:
[Describe what actually happened]

Reproducibility:

  • [ ] Always