...
The following code snippet shows how to configure the entry point:
Code Block | ||
---|---|---|
| ||
GiniCapture.newInstance() .setEntryPoint(EntryPoint.FIELD) // Default is EntryPoint.BUTTON (...) .build() |
...
...
The following code snippet shows how to configure the entry point:
Code Block | ||
---|---|---|
| ||
GiniCapture.newInstance() .setEntryPoint(EntryPoint.FIELD) // Default is EntryPoint.BUTTON (...) .build() |
...