Scripting API

btkSetFrequency

Module BTKAcquisitionModifier

Description#

Sets the main frequency.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.
freqReal with the video frequency.

Returned Values#

Detailed Description#

Notes#

See also#

btkSetAnalogNumber, btkSetAnalogResolution, btkSetAnalogSampleNumberPerFrame, btkSetFirstFrame, btkSetFrameNumber, btkSetMaxInterpolationGap, btkSetPointNumber

Syntax#

btkSetFrequency(h, freq)

Examples#