Tags give the ability to mark specific points in history as being important
-
1.8.0
protected9f928ee8 · ·Release 1.8.0 - Improved duplicates detection, now the whole sequence is deduplicated, not only the consecutive pictures - **Breaking Change** Now the `duplicate_pictures` in the report is a list of `Duplicate` (instead of `Picture`), so we can get more information about the duplicate.
-
1.6.0
protected9402a43c · ·Release 1.6.0 ### Added - Add a new method `getPictureMetadata` to extract metadata from already read metadata. This will be useful to parse again the metadata from a picture without rereading the file after updates of the metadata parsing. ### Changed - Change signature of `camera.is_360` to specify `width` and `height` parameters as integers. - Default GPS precision for Qoocam cameras is set to 4 meters.
-
1.5.0
protected3fe80653 · ·Release 1.5.0 ### Changed - Update all required libraries (especially [timezonefinder](https://github.com/jannikmi/timezonefinder/) and its [h3-py](https://github.com/uber/h3-py) dependency) to avoid an installation issue on Windows. - Minimal required version is now python 3.9 (it was needed by a dependency, and python 3.8 has reached end of life on october 2024).
-
1.2.0
protectedc1be51b6 · ·[1.2.0] - 2024-07-30 ### Added - A new module `sequence` is available through Python to dispatch a set of pictures (based on their metadata) into several sequences, based on de-duplicate and split parameters. This is based on existing code previously stored in [command-line client](https://gitlab.com/panoramax/clients/cli), moved here to be shared between API and CLI. ### Changed - Reader offers a `yaw` value (360° sphere correction), distinct from `heading` (GPS direction). EXIF tags are read a bit differently to reflect this : `yaw` comes from `Xmp.Camera.Yaw & Xmp.GPano.PoseHeadingDegrees`, `heading` from `Exif.GPSInfo.GPSImgDirection & MAPCompassHeading`.