skip to content
Keshav Mohta

open-webcam-in-ubuntu

/ 1 min read

Open Webcam in Ubuntu

having desktop with ubuntu is tricky when you add external camera and want to open the camera; there is no dedicated camera application in-built in ubuntu so here is how we can open camera

install ffmpeg

install ffmpeg package

Terminal window
sudo apt install ffmpeg

or

Terminal window
sudo snap install ffmpeg

open camera using ffplay command

Terminal window
ffplay /dev/video0