|
26 | 26 | LFP (Light Field Photography) File Reader |
27 | 27 | ========================================= |
28 | 28 |
|
29 | | -Provides a Python library and command-line scripts to read Lytro LFP files, and |
30 | | -a simple viewer for Lytro LFP Picture files. |
| 29 | +<http://code.behnam.es/python-lfp-reader> |
| 30 | +
|
| 31 | +*Version 2.0* |
| 32 | +
|
| 33 | +Provides a Python library and command-line scripts to read Lytro LFP files. |
| 34 | +This version supports viewing/exporting from picture files generated by |
| 35 | +*Lytro Desktop application version 2.0*. |
| 36 | +
|
| 37 | +There is also an enhanced viewer for Lytro LFP Picture files which supports |
| 38 | +light-field picture refocusing and enhanced-depth-of-field/parallax view. |
31 | 39 |
|
32 | 40 | Technically, there are two types of LFP files: Picture and Storage. LFP |
33 | 41 | Storage files are used to store the data and configurations for Lytro cameras, |
34 | 42 | and LFP Picture (.lfp) files are used to store RAW and/or processed data for |
35 | 43 | Lytro light-field pictures. |
36 | 44 |
|
37 | | -This is a pure-Python package and should work on any platform. Please report |
38 | | -any problems at <https://github.com/behnam/python-lfp-reader/issues>. |
39 | | -
|
40 | 45 |
|
41 | 46 | LFP Reader Library |
42 | | -======================= |
| 47 | +================== |
43 | 48 |
|
44 | 49 | **LFP Reader library (``lfp_reader``)** provides direct reading access to all |
45 | 50 | data and metadata in any LFP files. For the processed LFP Picture files, you |
|
60 | 65 | This project is NOT affiliated with LYTRO, INC. Lytro (R) is a trademark of |
61 | 66 | LYTRO, INC. <http://www.lytro.com/> |
62 | 67 |
|
| 68 | +This project uses GStreamer plugins for H.264 decoding, thus includes no |
| 69 | +implementation of H.264 algorithms. |
| 70 | +
|
63 | 71 | Some of this work is based on Nirav Patel's ``lfptools`` project and his |
64 | 72 | analysis on LFP file format. <https://github.com/nrpatel/lfptools> |
65 | 73 |
|
66 | | -Copyright (C) 2012-2013 Behnam Esfahbod. |
| 74 | +Copyright (C) 2012-2013 Behnam Esfahbod. <http://behnam.es/> |
67 | 75 |
|
| 76 | +Please report any problems at <https://github.com/behnam/python-lfp-reader/issues>. |
68 | 77 | """ |
69 | 78 |
|
70 | 79 |
|
|
0 commit comments