SAV

From MobileRobots Research and Academic Customer Support

Jump to: navigation, search

SAV is a simple server for sending images retrieved from a video framegrabber device over the network (using the ArNetworking library provided with ARIA) to a client such as MobileEyes.

Images provided by the SAV server can also be merged into the data provided by another server using the ArHybridVideoServer class in ArNetworking. ARNL's example servers do this, so you can run SAVServer, then run an ARNL server (e.g. arnlServer, sonarnlServer or mogsServer), and when MobileEyes connects to the ARNL server, it also receives the images.

Or, to connect MobileEyes directly to savServer to see only images, append the SAV port number 7070 to the robot hostname/address, using a colon. For example, if the robot has IP address 10.0.151.32, use the following in the MobileEyes connection dialog as the robot server:

 10.0.151.32:7070

Or, if the robot has a hostname of myrobot.local, use the following:

 myrobot.local:7070


Download SAV

Personal tools