input-slave have been tested both with -- and : argument prefix.
Any suggestions would be appreciated!
Code: Select all
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset=utf-8>
<title>VLC video capture test with Chromoium browser</title>
</head>
<body>
<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2"
width="720"
height="576"
id="vlc"
mute="false"
allowfullscreen="false"
toolbar="false"
target="v4l2:///dev/video0:width=720:height=576 --input-slave=alsa://hw:2,0">
</embed>
<script language="Javascript">
<!--
var vlc = document.getElementById("vlc");
vlc.video.deinterlace.enable("blend"):
//!-->
</script>
</body>
</html>