Dynamsoft Home|Product Home

ICAP_FRAMES

Description:

The list of frames the Source will acquire on each page.

 

Remarks:

CapGet() returns the size and location of all the frames the Source will acquire image data from when acquiring from each page.

CapGetCurrent() returns the size and location of the next frame to be acquired. 

CapSet() allows the application to specify the frames and their locations to be used to acquire from future pages.

This ICAP is most useful if the Source supports simultaneous acquisition from multiple frames.

Use ICAP_MAXFRAMES to establish this ability.

 

Data type:

4 Singles(float)

 

Default value:

No default

 

Allowed values:

Device dependent

 

CapType for GET:

TW_ENUMERATION, TW_ONEVALUE

 

CapType for SET: 

TW_ENUMERATION, TW_ONEVALUE

 

See also:

ICAP_MAXFRAMES, ICAP_SUPPORTEDSIZES, CapGetFrameLeft(), CapGetFrameTop(), CapGetFrameRight(), CapGetFrameBottom(), CapSetFrame()