Problem
When I try to capture a video on my Thinkpad T495s laptop (Ubuntu 21.10) with Cheese, it produces a long video that freezes at the first frame. How can I fix this problem? Feel free to ask for more information if that helps.
Screenshots
- This is what it looks like when I open Cheese
- Right after I press the record button, the time jumps to random number
- And the resulting video will either freeze on the first frame (like taking a picture) or completely green (see below)
Related
These are several similar reports of the issue I found on Google
sudo apt install gstreamer1.0-libav gstreamer1.0-plugins-bad gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly
– mchid Feb 14 '22 at 14:34sudo apt update
andsudo apt install guvcview
Then, runguvcview
. If you need to, kill guvcview and then stop and start the uvcvideo module and try guvcview again.sudo modprobe -r uvcvideo
andsudo modprobe uvcvideo
. If this works, I'll make it an answer. – mchid Feb 16 '22 at 02:09