Impact Acquire SDK Java
TVideoStandard Class Reference

Defines valid video standards that might be supported by a video capture device. More...

Static Public Attributes

static final int vsCCIR = acquireJNI.vsCCIR_get()
 CCIR video signal: Grey, 50 fields per second, 625 lines.
 
static final int vsNTSCM = acquireJNI.vsNTSCM_get()
 NTSC video signal: Color, 60 fields per second, 525 lines.
 
static final int vsPALBGH = acquireJNI.vsPALBGH_get()
 PAL video signal: Color, 50 fields per second, 625 lines.
 
static final int vsRS170 = acquireJNI.vsRS170_get()
 RS 170 video signal: Grey, 60 fields per second, 525 lines.
 
static final int vsSDI1080i = acquireJNI.vsSDI1080i_get()
 SDI video signal: Different frame rates, 1080 lines, interlaced.
 
static final int vsSDI1080p = acquireJNI.vsSDI1080p_get()
 SDI video signal: Different frame rates, 1080 lines, progressive.
 
static final int vsSDI480i = acquireJNI.vsSDI480i_get()
 SDI video signal: 60 fields per second, 480 lines, interlaced.
 
static final int vsSDI576i = acquireJNI.vsSDI576i_get()
 SDI video signal: 50 fields per second, 576 lines, interlaced.
 
static final int vsSDI720p = acquireJNI.vsSDI720p_get()
 SDI video signal: Different frame rates, 720 lines, progressive.
 

Detailed Description

Defines valid video standards that might be supported by a video capture device.

Member Data Documentation

◆ vsCCIR

final int vsCCIR = acquireJNI.vsCCIR_get()
static

CCIR video signal: Grey, 50 fields per second, 625 lines.

◆ vsNTSCM

final int vsNTSCM = acquireJNI.vsNTSCM_get()
static

NTSC video signal: Color, 60 fields per second, 525 lines.

◆ vsPALBGH

final int vsPALBGH = acquireJNI.vsPALBGH_get()
static

PAL video signal: Color, 50 fields per second, 625 lines.

◆ vsRS170

final int vsRS170 = acquireJNI.vsRS170_get()
static

RS 170 video signal: Grey, 60 fields per second, 525 lines.

◆ vsSDI1080i

final int vsSDI1080i = acquireJNI.vsSDI1080i_get()
static

SDI video signal: Different frame rates, 1080 lines, interlaced.

◆ vsSDI1080p

final int vsSDI1080p = acquireJNI.vsSDI1080p_get()
static

SDI video signal: Different frame rates, 1080 lines, progressive.

◆ vsSDI480i

final int vsSDI480i = acquireJNI.vsSDI480i_get()
static

SDI video signal: 60 fields per second, 480 lines, interlaced.

◆ vsSDI576i

final int vsSDI576i = acquireJNI.vsSDI576i_get()
static

SDI video signal: 50 fields per second, 576 lines, interlaced.

◆ vsSDI720p

final int vsSDI720p = acquireJNI.vsSDI720p_get()
static

SDI video signal: Different frame rates, 720 lines, progressive.