Python library for handling Cacophony Project Thermal Video (CPTV) files
Project description
This is Python package provides for quick, easy parsing for Cacophony Project Thermal Video (CPTV) files. It works with Python 3 only.
For more details on the internals of CPTV files, see the specification.
Example usage:
from cptv import CPTVReader with open(filename, "rb") as f: reader = CPTVReader(f) print(reader.timestamp) print(reader.x_resolution) print(reader.y_resolution) for frame in reader: # Do something with frame. # Each frame is a 2D numpy array.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cptv-0.2.3.zip
(8.6 kB
view details)
File details
Details for the file cptv-0.2.3.zip
.
File metadata
- Download URL: cptv-0.2.3.zip
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9950c83d347dea41dd51bcdb312a41ad78398d19c065ef6514fa0f3c4d9084b1 |
|
MD5 | 35fd501efea4d6f1fea08f2f798aa3d5 |
|
BLAKE2b-256 | 7f0b1fd07b3805733603c7fb79ef14c85341876e0ff76ca50afaa522c579934e |