Handle .cine files created by Vision Research Phantom® cameras
Project description
pycine-lite
Reading Vision Research .cine files in Python
This package is a feature-stripped version of pycine
to minimize the package dependencies. Specifically, the cli and color submodules
have been removed from the pycine package.
Installation
pip install -U pycine-lite
Example usage
Read n-frames from from frm0
raw_images, setup, bpp = read_frames(cine_file, start_frame=frm0, count=n)
Iteratively read frames
Suppose you want to run process_frame() function on every frame.
header = read_header(cine_file)
n = 0
for frm in frame_reader(cinefile, header, start_frame=frm0, count=n):
process_frame(frm)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pycine_lite-0.4.0.tar.gz.
File metadata
- Download URL: pycine_lite-0.4.0.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f44b54d1bdf7315a34bbd6ee04024590f84a1767236b3f6d39eb6039aceabc5
|
|
| MD5 |
25854df0a48f51f9b4bcc2d5f0b9205b
|
|
| BLAKE2b-256 |
e56ec32314c4f390b5cf6884d4cdddad8e03321d08ace09c2a7fa6c4a05454c4
|
File details
Details for the file pycine_lite-0.4.0-py3-none-any.whl.
File metadata
- Download URL: pycine_lite-0.4.0-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e2e6ba8b75a53c56fa11b7f7cee899a565a09fdf2a9329e93b3c2ce9f0f3982
|
|
| MD5 |
75d15a587fcb4eb75f8e989b7d760dbb
|
|
| BLAKE2b-256 |
98b172b33a5c3ff29edadea21fe49b1c6e37b41cab71cead8bd6a9e6ee45cea6
|