BFModule.BufferAcquisition.BFTime#

class BFModule.BufferAcquisition.BFTime#

Bases: pybind11_object

Class returning the buffer info for the WaitForFrameDone methods. (Windows only)

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

Attributes

TicksPerSecond

highResCount

System high resolution timestamp.

hour

hours

min

minutes

nsec

nanoseconds

sec

seconds

totalSec

Total seconds elapsed.

property highResCount#

System high resolution timestamp. Does not correlate direclty to wall time.

property hour#

hours

property min#

minutes

property nsec#

nanoseconds

property sec#

seconds

property totalSec#

Total seconds elapsed.