NAME

display_cameras_opengl - Displays images from all 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 


void display_cameras_opengl
(
	int argc,
	char **argv,
	int my_width,
	int my_height,
	Bttv_camera *all_cameras_in[4],
	int num_cams
);

DESCRIPTION

Uses OpenGL with glut to display images from all cameras. Uses callbacks.

RETURNS

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

RELATED

Bttv_camera, init_bttv_camera, get_image_from_bttv_camera

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 , get_images_from_all_bttv_cameras