Scripting API
btkSetFrameNumber
| Module | BTKAcquisitionModifier |
Description#
Sets points and analogs frames number.
Parameters#
| h | Handle pointing to a C++ btk::Acquisition object. |
| num | Integer with the new number of frames. |
| r | Integer with the new ratio of analog samples per 3D frames. |
Returned Values#
Detailed Description#
btkSetFrameNumber(h, num)resizes the number of frames. The analog's frame number will correspond tonummultiplied by the ratio set in the acquisition.btkSetFrameNumber(h, num, r)resizes the number of frames where the analog's frame number will correspond to the productnumbyr.