Impact Acquire SDK Java
TImageProcessingFilter Class Reference

Defines valid filters which can be applied to the captured image before it is transferred to the user. More...

Static Public Attributes

static final int ipfOff = acquireJNI.ipfOff_get()
 No filter function will be applied to the image.
 
static final int ipfSharpen = acquireJNI.ipfSharpen_get()
 A sharpen filter will be applied to the image.
 

Detailed Description

Defines valid filters which can be applied to the captured image before it is transferred to the user.

Member Data Documentation

◆ ipfOff

final int ipfOff = acquireJNI.ipfOff_get()
static

No filter function will be applied to the image.

◆ ipfSharpen

final int ipfSharpen = acquireJNI.ipfSharpen_get()
static

A sharpen filter will be applied to the image.