INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
ImageServer
|
An abstract component for image serving.
This component dynamically loads an implementation of a Hydro hardware interface hydrointerfaces::Image. You can also load your own implementation as long as the shared library is in the path. See Hydro documentation for the list of available drivers.
Image.Config.DriverLib
(string)Laser Settings
Image.Config.ImageWidth
(int) [pixels]Image.Config.ImageHeight
(int) [pixels]An example configuration file is installed into [ORCA-INSTALL-DIR]/share/orca/cfg/ directory.
This component uses the same driver interface that the CameraServer uses, in fact, any driver will work for both. If you need the extra description information that the camera server gives then please use that instead. The viewer and logger will work with either.
Ice::MemoryLimitException: protocol error: memory limit exceeded
imageserver.cfg
and icebox_icestorm.cfg
files: ... Ice.MessageSizeMax=3000
logrecorder.cfg
and logplayer.cfg
as well.# A timeout for sending data to subscribers IceStorm.Send.Timeout=1000 IceStorm.Discard.Interval=1
Alex Brooks, Tom Burdick, Tobias Kaupp, Alex Makarenko, Ben Upcroft
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)