Scripting API

btkGetAnalogSampleNumberPerFrame

Module BTKAcquisitionAccessor

Description#

Returns the number of analog samples per video frame.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.

Returned Values#

ratioInteger with the number of analog samples per video frame.

Detailed Description#

btkGetAnalogSampleNumberPerFrame(h) divides the number of analog frames by the number of point frames to determine the ratio between them. This ratio is always greater or equal than 1.

Notes#

See also#

btkGetAnalogResolution

Syntax#

ratio = btkGetAnalogSampleNumberPerFrame(h)

Examples#