import telemetry_parser
tp = telemetry_parser.Parser('sample.mp4')
print('Camera: ', tp.camera)
print('Model: ', tp.model)
# return all telemetry as an array of dictsprint('Telemetry', tp.telemetry())
# format the values with units etcprint('Telemetry formatted', tp.telemetry(human_readable = True))
# return only gyro and accel with timestamps, normalized to a single orientation and scaled to deg/s and m/s2print('Normalized IMU', tp.normalized_imu())
Resulting wheels will be in target/wheels/ directory
Install using pip: pip install telemetry_parser_py-0.1.0-cp39-none-win_amd64.whl
FAQs
Unknown package
We found that telemetry-parser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.