Scripting API

btkSetAnalogSampleNumberPerFrame

Module BTKAcquisitionModifier

Description#

Sets the number of analog samples per 3D frame.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.
ratioInteger with the new number of analog samples per 3D frame.

Returned Values#

Detailed Description#

This function only works if the acquisition doesn't contains any analog channel. In the other case, an error will be thrown. The ratio cannot be lower than 1.

Notes#

See also#

btkSetAnalogNumber, btkSetAnalogResolution, btkSetFirstFrame, btkSetFrameNumber, btkSetFrequency, btkSetMaxInterpolationGap, btkSetPointNumber

Syntax#

btkSetAnalogSampleNumberPerFrame(h, ratio)

Examples#