Recording types. More...
#include <pyfbsdk_generated.h>
Public Attributes | |
kFBHardwareTimestamp | |
Device supplies timestamp. | |
kFBHardwareFrequency | |
Device is running at known, fixed frequency. | |
kFBAutoFrequency | |
Device is running at unknown, fixed frequency. | |
kFBSoftwareTimestamp | |
The software will timestamp packets as they arrive. | |
Recording types.
The different values for this will control the way the keys are added when the device is being recorded. There are four different types of recording keys for devices:Hardware Timestamping. This case is when the hardware provides timestamps with each packet.Hardware Frequency. The hardware is guaranteed to provide packets at a given frequency.Auto Frequency Packets are coming in at a fixed, unknown frequency. The recorded data will be resampled to be equidistant.Software Timestamping. The application will provide a timestamp for each packet depending on when it receives the data.
kFBAutoFrequency |
Device is running at unknown, fixed frequency.
kFBHardwareFrequency |
Device is running at known, fixed frequency.
kFBHardwareTimestamp |
Device supplies timestamp.
kFBSoftwareTimestamp |
The software will timestamp packets as they arrive.