Scripting API
btkSetFirstFrame
Module | BTKAcquisitionModifier |
Description#
Sets acquisition's first frame index (and optionally adapt events' frame/time).
Parameters#
h | Handle pointing to a C++ btk::Acquisition object. |
ff | Integer with the index of the new first frame. |
adaptEvents | Integer used as an option to adapt the events' frame/time. |
Returned Values#
Detailed Description#
btkSetFirstFrame(h, ff)
Set acquisition's first frame index.btkSetFirstFrame(h, ff, adaptEvents)
Adapt also event's frame/time if the optionadaptEvents
is set to a non-null value.