public interface MarvinVideoInterface
Modifier and Type | Method and Description |
---|---|
void |
connect(int deviceIndex) |
void |
connect(int deviceIndex,
int width,
int height) |
void |
disconnect() |
MarvinImage |
getFrame() |
int |
getFrameNumber() |
int |
getImageHeight() |
int |
getImageWidth() |
void |
loadResource(java.lang.String path) |
void |
setFrameNumber(int number) |
void connect(int deviceIndex) throws MarvinVideoInterfaceException
MarvinVideoInterfaceException
void connect(int deviceIndex, int width, int height) throws MarvinVideoInterfaceException
MarvinVideoInterfaceException
void loadResource(java.lang.String path) throws MarvinVideoInterfaceException
MarvinVideoInterfaceException
void disconnect() throws MarvinVideoInterfaceException
MarvinVideoInterfaceException
int getFrameNumber()
void setFrameNumber(int number) throws MarvinVideoInterfaceException
MarvinVideoInterfaceException
int getImageWidth()
int getImageHeight()
MarvinImage getFrame() throws MarvinVideoInterfaceException
MarvinVideoInterfaceException