camera-client 0.2.8__tar.gz → 0.2.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {camera_client-0.2.8/camera_client.egg-info → camera_client-0.2.9}/PKG-INFO +1 -1
- {camera_client-0.2.8 → camera_client-0.2.9}/camera_client/client.py +1 -0
- {camera_client-0.2.8 → camera_client-0.2.9/camera_client.egg-info}/PKG-INFO +1 -1
- {camera_client-0.2.8 → camera_client-0.2.9}/pyproject.toml +1 -1
- {camera_client-0.2.8 → camera_client-0.2.9}/LICENSE +0 -0
- {camera_client-0.2.8 → camera_client-0.2.9}/MANIFEST.in +0 -0
- {camera_client-0.2.8 → camera_client-0.2.9}/README.md +0 -0
- {camera_client-0.2.8 → camera_client-0.2.9}/camera_client/__init__.py +0 -0
- {camera_client-0.2.8 → camera_client-0.2.9}/camera_client/__main__.py +0 -0
- {camera_client-0.2.8 → camera_client-0.2.9}/camera_client/loading.py +0 -0
- {camera_client-0.2.8 → camera_client-0.2.9}/camera_client/script.py +0 -0
- {camera_client-0.2.8 → camera_client-0.2.9}/camera_client.egg-info/SOURCES.txt +0 -0
- {camera_client-0.2.8 → camera_client-0.2.9}/camera_client.egg-info/dependency_links.txt +0 -0
- {camera_client-0.2.8 → camera_client-0.2.9}/camera_client.egg-info/entry_points.txt +0 -0
- {camera_client-0.2.8 → camera_client-0.2.9}/camera_client.egg-info/requires.txt +0 -0
- {camera_client-0.2.8 → camera_client-0.2.9}/camera_client.egg-info/top_level.txt +0 -0
- {camera_client-0.2.8 → camera_client-0.2.9}/requirements.txt +0 -0
- {camera_client-0.2.8 → camera_client-0.2.9}/setup.cfg +0 -0
- {camera_client-0.2.8 → camera_client-0.2.9}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: camera-client
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.9
|
|
4
4
|
Summary: Python SDK for camera calibration and projection transformations - handle lens distortion, coordinate transformations, and 3D ray casting with symbolic expressions.
|
|
5
5
|
Author-email: Alexander Abramov <extremal.ru@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -29,6 +29,7 @@ class CameraProjection:
|
|
|
29
29
|
- map_scale_h, map_scale_w, map_scale_vang: Scale context maps (H x W)
|
|
30
30
|
"""
|
|
31
31
|
data = cam_archive_data
|
|
32
|
+
self.data = data # Store original data for reference if needed
|
|
32
33
|
|
|
33
34
|
self.camera_id = data["camera_id"]
|
|
34
35
|
self.ctd_geometry = data["ctd_geometry"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: camera-client
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.9
|
|
4
4
|
Summary: Python SDK for camera calibration and projection transformations - handle lens distortion, coordinate transformations, and 3D ray casting with symbolic expressions.
|
|
5
5
|
Author-email: Alexander Abramov <extremal.ru@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "camera-client"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.9"
|
|
8
8
|
description = "Python SDK for camera calibration and projection transformations - handle lens distortion, coordinate transformations, and 3D ray casting with symbolic expressions."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.7"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|