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'
        )

Project details


Download files

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

Source Distribution

kw6-0.1.2.tar.gz (13.3 kB view hashes)

Uploaded Source

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