com.esf.device.camera.service
Interface ICamera
public interface ICamera
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