Impact Acquire SDK Java
TVirtualDeviceImageType Class Reference

Defines valid image types used when capturing data from a certain directory. More...

Static Public Attributes

static final int vditALL = acquireJNI.vditALL_get()
 Will capture all supported image formats.
 
static final int vditBMP = acquireJNI.vditBMP_get()
 Will capture BMP files.
 
static final int vditJPG = acquireJNI.vditJPG_get()
 Will capture JPG files.
 
static final int vditNone = acquireJNI.vditNone_get()
 Will capture none of the recognized image formats.
 
static final int vditPGM = acquireJNI.vditPGM_get()
 Will capture PGM files.
 
static final int vditPNG = acquireJNI.vditPNG_get()
 Will capture PNG files.
 
static final int vditTIFF = acquireJNI.vditTIFF_get()
 Will capture TIFF files.
 

Detailed Description

Defines valid image types used when capturing data from a certain directory.

These enums may be 'ored' together.

Member Data Documentation

◆ vditALL

final int vditALL = acquireJNI.vditALL_get()
static

Will capture all supported image formats.

◆ vditBMP

final int vditBMP = acquireJNI.vditBMP_get()
static

Will capture BMP files.

◆ vditJPG

final int vditJPG = acquireJNI.vditJPG_get()
static

Will capture JPG files.

Note
This requires the FreeImage (see http://freeimage.sourceforge.net/) library being present on the target system. See Use Cases section of the mvVirtualDriver for details.
Since
2.11.9

◆ vditNone

final int vditNone = acquireJNI.vditNone_get()
static

Will capture none of the recognized image formats.

◆ vditPGM

final int vditPGM = acquireJNI.vditPGM_get()
static

Will capture PGM files.

◆ vditPNG

final int vditPNG = acquireJNI.vditPNG_get()
static

Will capture PNG files.

Note
This requires the FreeImage (see http://freeimage.sourceforge.net/) library being present on the target system. See Use Cases section of the mvVirtualDriver for details.
Since
2.11.9

◆ vditTIFF

final int vditTIFF = acquireJNI.vditTIFF_get()
static

Will capture TIFF files.

Note
This requires the FreeImage (see http://freeimage.sourceforge.net/) library being present on the target system. See Use Cases section of the mvVirtualDriver for details.
Since
2.11.9