Interface ICamera
- All Superinterfaces:
org.pf4j.ExtensionPoint
public interface ICamera
extends org.pf4j.ExtensionPoint
-
Method Summary
Modifier and Type Method Description StringgetName()FilegetRecording(Calendar calStart, Calendar calEnd, long delta)byte[]getSnapshot()voidstartRecording()voidstopRecording()
-
Method Details
-
getRecording
File getRecording(Calendar calStart, Calendar calEnd, long delta) throws VideoNotAvailableException- Throws:
VideoNotAvailableException
-
getSnapshot
byte[] getSnapshot() -
startRecording
void startRecording() -
stopRecording
void stopRecording() -
getName
String getName()
-