kaos.robots.capabilities
Interface VideoFeed
- All Known Implementing Classes:
- CommRelayPanel, KAoSRobotWrapperAgent, VideoFeedImpl
public interface VideoFeed
Method Summary |
void |
StartFeed(java.util.HashMap properties)
StartFeed |
void |
StopFeed(java.util.HashMap properties)
StopFeed |
StartFeed
void StartFeed(java.util.HashMap properties)
throws java.lang.Exception
- StartFeed
- Parameters:
HashMap
- of:
properties values
whatever flexfeed needs
- Throws:
AbortActionException
- with possible reasons:
flexfeed failed to startfeed
java.lang.Exception
StopFeed
void StopFeed(java.util.HashMap properties)
throws java.lang.Exception
- StopFeed
- Parameters:
HashMap
- of:
properties values
whatever flexfeed needs
- Throws:
AbortActionException
- with possible reasons:
flexfeed failed to startfeed
java.lang.Exception