getVisibleMarkersAtFrame#
- pyCGM2.Tools.btkTools.getVisibleMarkersAtFrame(acq: btkAcquisition, markers: List[str], index: int)#
- Returns markers that are visible at a specific frame. - Parameters:
- acq (btk.btkAcquisition) – BTK acquisition instance. 
- markers (list) – List of marker labels. 
- index (int) – Frame index. 
 
- Returns:
- list – List of visible markers at the specified frame. 
 
