Open cheese failed in JetPack 6.0

I connect USB camera(logitech c930e) and open cheese. The terminal show below failed message:
“JPEG parameter struct mismatch: library thinks size is 584, caller expexts 728”

How to fix this problem?

Hi,
Please try the steps to launch USB camera:

Jetson AGX Orin FAQ
Q: I have a USB camera. How can I launch it on AGX Orin?

I can open camera and see preview in other tools (gstreamer or guvcview).
But cheese is borken.
In JetPack 5.1.3, cheese is work fine.

Hi,
Please execute the commands and try again:

$ sudo rm /usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvvideo4linux2.so
$ sudo rm /usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvjpeg.so
$ rm ~/.cache/gstreamer-1.0/registry.aarch64.bin
3 Likes

Thanks for your help, the issue has been resolved.

1 Like

But will this issue be fixed in a later version?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.