#include <AxisSource.h>
Inheritance diagram for AxisSource::

Public Methods | |
| AxisSource (char *axis_name, FrameSize frame_size) | |
| Create an source of Images from the Internet Camera. More... | |
| AxisSource () | |
| Default Constructer. More... | |
| ~AxisSource () | |
| AxisSource destructor. More... | |
| virtual ImageSource& | operator>> (ImageRGB &) |
| Extract colour Image from stream from web server. More... | |
| virtual ImageSource& | operator>> (ImageGrey &) |
| Extract a greyscale Image from stream from web server. More... | |
| virtual ImageSource& | operator>> (Image &) |
| Extract a Image from stream from webserver. More... | |
| int | get_width () |
| int | get_height () |
Each image that is extracted from the AxisSource class is the next frame recieved from the webserver.
Definition at line 66 of file AxisSource.h.
|
|
Create an source of Images from the Internet Camera.
Definition at line 24 of file AxisSource.cpp. |
|
|
Default Constructer. Initialise the AxisSource to produce 352x288 images from "iridemo2" Definition at line 65 of file AxisSource.cpp. |
|
|
AxisSource destructor. Closes the connection to the web server. Definition at line 79 of file AxisSource.cpp. |
|
|
Extract a Image from stream from webserver. The Image could be colour or greyscale depending on the default palette type for this class.
Reimplemented from ImageSource. Definition at line 157 of file AxisSource.cpp. |
|
|
Extract a greyscale Image from stream from web server.
Reimplemented from ImageSource. Definition at line 124 of file AxisSource.cpp. |
|
|
Extract colour Image from stream from web server.
Reimplemented from ImageSource. Definition at line 92 of file AxisSource.cpp. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001