Package org.openpnp.capture
Class CaptureStream
java.lang.Object
org.openpnp.capture.CaptureStream
-
Constructor Summary
ConstructorsConstructorDescriptionCaptureStream(com.sun.jna.Pointer context, int streamId, CaptureFormat format) -
Method Summary
Modifier and TypeMethodDescriptioncapture()voidclose()booleangetAutoProperty(CaptureProperty property) com.sun.jna.PointerintgetProperty(CaptureProperty property) getPropertyLimits(CaptureProperty property) intbooleanvoidsetAutoProperty(CaptureProperty property, boolean on) voidsetProperty(CaptureProperty property, int value) toString()
-
Constructor Details
-
CaptureStream
-
-
Method Details
-
close
public void close() -
getContext
public com.sun.jna.Pointer getContext() -
getStreamId
public int getStreamId() -
getFormat
-
getPropertyLimits
- Throws:
Exception
-
setAutoProperty
- Throws:
Exception
-
setProperty
- Throws:
Exception
-
getAutoProperty
- Throws:
Exception
-
getProperty
- Throws:
Exception
-
capture
- Throws:
Exception
-
hasNewFrame
public boolean hasNewFrame() -
toString
-