Download List

Projeto Descrição

Camsource is a modularized and multithreaded daemon for grabbing image frames from a video4linux device. It uses a simple yet powerful plugin system, which allows it to use the same grabbed images for multiple purposes at the same time. It features image filter plugins, which can be daisychained in the XML config file to modify the image before passing them to other plugins. Included plugins provide compatibility with camserv (multipart jpeg streams) and webcam_server, a local snapshot file writing module, and an FTP upload module, as well as basic image filtering (resizing, flipping, and rotating).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-05-01 16:22
0.7.0

Muitos novos recursos e correções foram feitas, incluindo módulos de entrada, com um novo módulo de entrada x11, fazendo o possível para servir imagens ao vivo, um filtro motiondetect, autenticação HTTP, suporte para dispositivos vloopback, a capacidade de recuperar dados de imagem em bruto, linha de comando para reiniciar ou matar o daemon, a capacidade de lidar com múltiplos dispositivos de entrada, ao mesmo tempo, o ajuste automático de brilho da câmera, e acionar os comandos externos para a captação de ligar / desligar eventos.
Tags: Major feature enhancements
Many new features and fixes were made, including input modules, with a new x11 input module, making it possible to serve live screenshots, a motiondetect filter, HTTP authentication, vloopback device support, the ability to retrieve raw image data, command line switches to restart or kill the daemon, the ability to handle multiple input devices at the same time, automatic camera brightness adjusting, and external trigger commands for capture on/off events.

2002-12-17 22:22
0.6.0

Esta versão adiciona suporte para o video4linux mmap API, que agora será usado por padrão se estiver disponível. Juntamente com um arquivo de configuração do novo cenário para a norma de vídeo (NTSC, PAL, etc) para usar, este deverá, finalmente, fixar suporte para cartões BTTV. Outras novas configurações arquivo de configuração são configurações de qualidade de imagem como brilho, matiz e saturação.
Tags: Minor feature enhancements
This release adds support for the video4linux mmap API, which will now be used by default if available. Together with a new config file setting for the video norm (NTSC, PAL, etc.) to use, this should finally fix support for BTTV cards. Other new config file settings are picture quality settings such as brightness, hue, and saturation.

2002-11-14 22:05
0.5.1

Esta versão ligeiramente muda a ordem das paletas de vídeo, dando yuv420p (planar) prioridade sobre yuv420 (embalado). Isso evita uma ambigüidade na Ficha v4l e correções de decodificação de vídeo de certos condutores (como o motorista OV511).
Tags: Minor bugfixes
This release slightly changes the ordering of video palettes, giving
yuv420p (planar) priority over yuv420 (packed). This avoids an
ambiguity in the v4l specs and fixes video decoding for certain
drivers (such as the ov511 driver).

2002-10-08 01:47
0.5.0

Esta versão adiciona suporte para várias paletas mais v4l, incluindo a paleta de tons de cinza, esperamos fornecer suporte para preto-e-branco câmeras, como a QuickCam idade. Indo junto com essa mudança, um filtro de imagem para converter uma imagem colorida em tons de cinza foi adicionado. O-c parâmetro de linha de comando agora também relata que as paletas são suportados pelo dispositivo de vídeo.
Tags: Minor feature enhancements
This release adds support for several more v4l palettes, including the grayscale palette, hopefully providing support for black-and-white cameras such as the old quickcam. Going along with this change, an image filter to convert a color image to grayscale has been added. The -c command line switch now also reports which palettes are supported by the video device.

2002-09-28 02:22
0.4.0

Esta versão limpa compila e funciona corretamente com libxml1 bem como libxml2, ambos os quais são auto-detectados. Outras questões compilação menores foram corrigidos também. Um filtro de imagem capaz de rodar a imagem para a esquerda ou direita em 90 graus foi adicionado, eo FileWrite e módulos de apoio ftpup agora pegar um único fotograma e, em seguida, sair.
Tags: Minor feature enhancements
This release compiles cleanly and works correctly with libxml1 as well as libxml2, both of which are autodetected. Other minor compilation issues have been fixed as well. An image filter capable of rotating the image left or right by 90 degrees has been added, and the filewrite and ftpup modules now support grabbing a single frame and then exiting.

Project Resources