8.3.0.3.0. Simple Video Capture Demos
(packages/video4linux/demos/v4l-demo.lsh)




8.3.0.3.0.0. (v4l-demo-rgb in width height)
(packages/video4linux/demos/v4l-demo.lsh)


monitors NTSC video captured from /dev/video on on a Lush graphic screen. in is the card's input from which the video will be captured (=1 for composite input, =2 for S-video input on some bttv cards).
 (v4l-demo-rgb 1 320 240)

bug: the function must be interrupted with CTRL-C.

feature: the function is 6 lines of lush.



8.3.0.3.0.1. (v4l-demo2 in1 in2 width height)
(packages/video4linux/demos/v4l-demo.lsh)


play captured videos on a Lush graphic screen from two video source simultaneously. This assumes that two video capture devices are present in the computer. in1 and in2 are the card's inputs from which the videos will be captured (=2 for S-video input on some bttv cards).
 (v4l-demo2 2 2 320 240)

bug: the function must be interrupted with CTRL-C.