Skip to content

webcam software

https://webcamoid.github.io/

Virtual Camera Driver

akvcam driver requires linux 4.4 or higher.
akvcam is a fully compliant V4L2 virtual camera driver for Linux
that allows to

webcam tools

sudo apt-get install v4l-utils
v4l2-ctl --list-devices

results zie webcam

Adjust parameters:

v4l2-ctl -d /dev/video0 --list-ctrls
v4l2-ctl -d /dev/video0 --set-ctrl=exposure_auto=3
v4l2-ctl -d /dev/video0 --set-ctrl=focus_auto=0

webcam apps

==webcamoid==

is default in synaptic, maar voor install latest version via .dep install
webcamoid kan ook recording van screen nemen ?

guvcview

terminal : cvlc v4l2:///dev/video0
vlc opens with the webcam active
close terminal with ctrl + C
or use cvlc v4l2:///dev/video0 & disown

( v4l2 == video 4 linux api and drivers sub system )


guvcview works the best for me,
nice settings,
works good on my 6 year old 64bit desktop PC, works better if your PC has at least 16 gigs of ram(memory) , and a hard drive thats 500 Gigs or bigger,

“webcamoid” is for newer pc’s , is ok, but works better if machine has a decent video and graphics card,

I use Mint Mate 19.1 and of the top 6 I tried, Webcamoid works by far the best. Latency is minimal, if at all; of course your cam hardware is going to dictate much of that. Using an HP Compaq 6000 all in one with built in webcam, I get excellent results. Whereas with Cheese, the latency/stutter is intolerable.

other apps that also can use webcam

vivaldi – webRTC
![[Pasted image 20210929173014.png]]

vlc
![[Pasted image 20210929172607.png]]

ps -aux |grep ‘vlc’
ward 1409153 0.2 2.9 1780684 358236 ? Sl 12:07 0:51 /usr/bin/vlc -I dummy v4l2:///dev/video0

kill 1409153