Skip to main content

kw6 reader

Project description

https://badge.fury.io/py/kw6.svg

Minimalistic library for reading files in the kw6 file format. See the documentation for more information on the API.

Install

pip install kw6

Usage

from pathlib import Path
import kw6

path = Path('...')

for position in kw6.Stream(path):
    for camera in position.cameras:
        camera.image.save(
            f'{position.header.frame_index}_{camera.header.camera_index}.png'
        )

Command line tool for converting a kw6 file to a folder with png images:

python -m kw6.to_png path/to/kw6

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

kw6-0.1.7-py3-none-any.whl (11.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page