No camera feed on Raspberry pi

Hi, I’m using

  • Raspberry pi 400(raspbian bullseye 64bit)

  • Logitech C310 HD WEBCAM

The connection to the camera can be done after edge-impulse-linux. But no camera feed appears.
Though pictures can be taken, it is inconvenient In this state.
The following log goes on being outputted.

Failed to handle snapshot [Error: VipsJpeg: Corrupt JPEG data: 5 extraneous bytes before marker 0xd3
VipsJpeg: out of order read at line 48
]

Is it possible to show camera feed? Thanks in advance.

Hi @kumagai

Reporting this to our tech team to check on the web side @sara.olsson.ei fyi, but this looks like an issue with your camera and the supported libs on first look please try:

  1. Install Necessary Libraries: Ensure you have the necessary libraries for handling images and video feeds. You can install them using:
sudo apt-get install libjpeg-dev
  1. Update and Upgrade Your System: Ensure your Raspberry Pi’s operating system and packages are up to date. This can be done by running the following commands in the terminal:
sudo apt-get update
sudo apt-get upgrade
  1. Finally try updating the cli again:
sudo npm update -g edge-impulse-linux

Please post your findings after this. Thanks.

Best

Eoin

Hi @Eoin

Thank you for your answer. The result was the same.
I did some research, but I think the problem is probably with C310.
If I have a chance, I would like to try it on C270n.

Thanks.