Impact Acquire SDK Java
TScanStandard Class Reference

Defines valid scan modes for standard cameras (deprecated. More...

Static Public Attributes

static final int ssITU601 = acquireJNI.ssITU601_get()
 720 x 576 Pixels for 50 Hz standard cameras, 720 x 480 Pixels for 60 Hz standard cameras.
 
static final int ssSquare = acquireJNI.ssSquare_get()
 768 x 576 Pixels for 50 Hz standard cameras, 640 x 480 Pixels for 60 Hz standard cameras.
 
static final int ssUser = acquireJNI.ssUser_get()
 The user can define scan rate and camera AOI.
 

Detailed Description

Defines valid scan modes for standard cameras (deprecated.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

Member Data Documentation

◆ ssITU601

final int ssITU601 = acquireJNI.ssITU601_get()
static

720 x 576 Pixels for 50 Hz standard cameras, 720 x 480 Pixels for 60 Hz standard cameras.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ ssSquare

final int ssSquare = acquireJNI.ssSquare_get()
static

768 x 576 Pixels for 50 Hz standard cameras, 640 x 480 Pixels for 60 Hz standard cameras.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ ssUser

final int ssUser = acquireJNI.ssUser_get()
static

The user can define scan rate and camera AOI.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!