Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

« Newer Snippets
Older Snippets »
2 total  XML / RSS feed 

sort installed packages by size

// sort installed packages by size

rpm -qa --queryformat="%{size} %{name}-%{version}-%{release}\n" | sort -rn | less

V4L2 Webcam Software

Re: V4L2 Webcam Software?

luvcview — by Martin Rubli — last modified 2007-07-06 14:48
Small video capture program ideal for webcam testing and problem debugging.
Ekiga — by Martin Rubli — last modified 2007-07-06 14:48
Audio and video conferencing software supporting H.232 and SIP.
FFmpeg — by Martin Rubli — last modified 2007-07-06 14:48
Program suite to record and convert audio and video streams.
fswebcam — by Martin Rubli — last modified 2007-07-06 14:48
Command-line tool to capture webcam images.
GStreamer — by Martin Rubli — last modified 2007-07-06 14:48
V4L2 plugin for the GStreamer multimedia framework.
MJPG-streamer and UVC-streamer — by Martin Rubli — last modified 2007-11-19 00:26
Resource-friendly IP-based webcam streaming server
uvccapture — by Martin Rubli — last modified 2007-07-06 14:48
Command-line tool to capture webcam images.
UVC incompatible software — by Martin Rubli — last modified 2007-07-06 14:48
List of a few programs that have V4L2 support but do not work with the Linux UVC driver because of implementation limitations.
unicap and ucview — by Martin Rubli — last modified 2007-11-19 03:00
Video capture library with supporting GTK widgets
« Newer Snippets
Older Snippets »
2 total  XML / RSS feed