org.robokind.api.vision.config
Interface CameraServiceConfig


public interface CameraServiceConfig

Author:
Matthew Stevenson

Method Summary
 int getCameraNumber()
           
 String getCameraServiceId()
           
 String getConfigSourceId()
           
 int getFrameLength()
           
 int getImageChannels()
           
 int getImageHeight()
           
 int getImageWidth()
           
 

Method Detail

getConfigSourceId

String getConfigSourceId()

getCameraServiceId

String getCameraServiceId()

getCameraNumber

int getCameraNumber()

getFrameLength

int getFrameLength()

getImageWidth

int getImageWidth()

getImageHeight

int getImageHeight()

getImageChannels

int getImageChannels()


Copyright © 2011-2012. All Rights Reserved.