NAME

get_images_from_all_bttv_cameras - Gets one image from all installed bttv cameras

SYNOPSIS

#include "camera/bttv_camera.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


int get_images_from_all_bttv_cameras
(
	Bw_byte_image *image[],
	Bttv_camera *camera[],
	int num_cameras
);

DESCRIPTION

This routine queries all installed bttv cameras and puts the image from each in the array "image". The user should call init_bttv_camera(..) for each camera before querying. The cameras are black and white, so the image is a black and white byte image.

RETURNS

On error, this routine returns ERROR, otherwise, NO_ERROR.

RELATED

init_bttv_camera, Bw_byte_image, Bttv_camera, get_image_from_bttv_camera, get_image_from_bttv_camera_2

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kate Spriggs

DOCUMENTER

Kate Spriggs

SEE ALSO

init_bttv_camera , init_bttv_camera_from_config_file , get_image_from_bttv_camera , get_image_from_bttv_camera_2 , display_cameras_opengl