ottomatic-io / pycine

Reading Vision Research .cine files with python
GNU Lesser General Public License v3.0
26 stars 19 forks source link

interactive cine viewer #24

Open adrianroth10 opened 3 years ago

adrianroth10 commented 3 years ago

I was interested in having a viewer than can go through the cine with some kind slider in a GUI. I wrote it in my fork using PyQt and pyqtgraph. adrianroth10/pycine/blob/master/pycine/viewer.py

To make it working I also changed the structure of the frame_reader in raw.py from a yield iterator to a class.

It seems to be working for one of my cine file. What do you think?

cbenhagen commented 3 years ago

I really like the idea of having a player but as I do not currently have the capacity to help with this I am hesitating to propose creating a separate project for now. It could depend on pycine for metadata, frame reader, and maybe one day a color pipeline when it is finished.

Your frame reader looks nice and I would love to review a PR with it!