177 projects tagged "Capture"
Qastrocam-g2 is a fork of the Qastrocam project, Webcam capture software for astronomy. This fork adds support for RGB24 (luminance only) and YUYV. It has better generic V4L support (lx mode and resizing). Settings backup has been added. There is better parallel and serial lx mode support. There are a number of other changes and additions.
WebcamStudio is an application for creating your own TV studio on your computer for broadcasting through a virtual webcam. It can mix multiple video sources such as webcams, movies, images, and your desktop. It can also login to your preferred video streaming site like Stikam or BlogTV and start your own show or video blog. It features special effects, text overlay, video source transition, animations, and faces.
libCVD is a very portable and high performance C++ library for computer vision, image, and video processing. The emphasis is on providing simple and efficient image and video handling and high quality implementations of common low-level image processing function. The library is designed in a loosely-coupled manner, so that parts can be used easily in isolation if the whole library is not required. The video grabbing module provides a simple, uniform interface for videos from a variety of sources (live and recorded) and allows easy access to the raw pixel data. Likewise, the image loading/saving module provides simple, uniform interfaces for loading and saving images from bitmaps to 64 bit per channel RGBA images. The image processing routines can be applied easily to images and video, and accelerated versions exist for platforms supporting SSE.