com.esf.device.camera.service
Interface ICamera


public interface ICamera


Method Summary
 java.io.File getCurrentImage(java.lang.String tmpFileName)
           
 java.io.File getCurrentImage(java.lang.String tmpFileName, boolean showDate, boolean showText, java.lang.String text)
           
 java.lang.String getIpAddress()
           
 java.lang.String getModel()
           
 void setDateTime(java.util.Calendar calendar)
           
 

Method Detail

getModel

java.lang.String getModel()

getIpAddress

java.lang.String getIpAddress()

getCurrentImage

java.io.File getCurrentImage(java.lang.String tmpFileName)
                             throws java.lang.Exception
Throws:
java.lang.Exception

getCurrentImage

java.io.File getCurrentImage(java.lang.String tmpFileName,
                             boolean showDate,
                             boolean showText,
                             java.lang.String text)
                             throws java.lang.Exception
Throws:
java.lang.Exception

setDateTime

void setDateTime(java.util.Calendar calendar)
                 throws java.lang.Exception
Throws:
java.lang.Exception