We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d30a3 commit dc00c9aCopy full SHA for dc00c9a
1 file changed
src/main/java/io/github/doblon8/openpnp/capture/CaptureStream.java
@@ -60,7 +60,7 @@ public BufferedImage capture() {
60
* @return true if the stream is open, false otherwise.
61
*/
62
public boolean isOpen() {
63
- var result = Cap_isOpenStream(context.getSegment(), id);
+ int result = Cap_isOpenStream(context.getSegment(), id);
64
return result == 1;
65
}
66
0 commit comments