org.robokind.api.vision.config
Interface CameraServiceConfig


public interface CameraServiceConfig

Author:
Matthew Stevenson

Method Summary
 String getBrokerAddress()
           
 Integer getCameraChannels()
           
 Integer getCameraHeight()
           
 Integer getCameraNumber()
           
 Integer getCameraWidth()
           
 String getCommandDestination()
           
 String getConnectionOptions()
           
 String getErrorDestination()
           
 String getEventDestination()
           
 Boolean getFlipImage()
           
 Integer getFrameLength()
           
 Integer getImageChannels()
           
 Integer getImageHeight()
           
 Integer getImageWidth()
           
 

Method Detail

getBrokerAddress

String getBrokerAddress()

getConnectionOptions

String getConnectionOptions()

getEventDestination

String getEventDestination()

getCommandDestination

String getCommandDestination()

getErrorDestination

String getErrorDestination()

getCameraNumber

Integer getCameraNumber()

getFrameLength

Integer getFrameLength()

getImageWidth

Integer getImageWidth()

getImageHeight

Integer getImageHeight()

getImageChannels

Integer getImageChannels()

getCameraWidth

Integer getCameraWidth()

getCameraHeight

Integer getCameraHeight()

getCameraChannels

Integer getCameraChannels()

getFlipImage

Boolean getFlipImage()


Copyright © 2011-2013. All Rights Reserved.