24 #ifndef __FIREVISION_CAMS_LEUTRON_H_ 25 #define __FIREVISION_CAMS_LEUTRON_H_ 27 #include <fvcams/camera.h> 56 virtual unsigned char*
buffer();
71 const char *camera_name;
75 unsigned short int camera_handle;
77 LvGrabberNode *grabber;
81 unsigned int scaled_width;
82 unsigned int scaled_height;
86 unsigned char *scaled_buffer;
virtual void print_info()
Print out camera information.
virtual colorspace_t colorspace()
Colorspace of returned image.
virtual void open()
Open the camera.
LeutronCamera()
Constructor.
virtual unsigned int pixel_width()
Width of image in pixels.
Camera interface for image aquiring devices in FireVision.
virtual unsigned int buffer_size()
Size of buffer.
virtual bool ready()
Camera is ready for taking pictures.
virtual void close()
Close camera.
virtual void stop()
Stop image transfer from the camera.
virtual ~LeutronCamera()
Destructor.
virtual void dispose_buffer()
Dispose current buffer.
virtual unsigned char * buffer()
Get access to current image buffer.
Cameras accessed through Leutron framegrabber.
virtual void flush()
Flush image queue.
virtual void set_image_number(unsigned int n)
Set image number to retrieve.
virtual void start()
Start image transfer from the camera.
virtual void capture()
Capture an image.
virtual unsigned int pixel_height()
Height of image in pixels.