pyorbbec 1.0.1.27__cp310-cp310-win_amd64.whl → 1.0.1.29__cp310-cp310-win_amd64.whl

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.
@@ -0,0 +1,28 @@
1
+ {
2
+ "devices": [
3
+ {
4
+ "serial_number": "AY8783P0062",
5
+ "config": {
6
+ "mode": "PRIMARY",
7
+ "depth_delay_us": 0,
8
+ "color_delay_us": 0,
9
+ "trigger_to_image_delay_us": 0,
10
+ "trigger_out_enable": true,
11
+ "trigger_out_delay_us": 0,
12
+ "frames_per_trigger": 1
13
+ }
14
+ },
15
+ {
16
+ "serial_number": "AY8T43E0031",
17
+ "config": {
18
+ "mode": "SECONDARY",
19
+ "depth_delay_us": 0,
20
+ "color_delay_us": 0,
21
+ "trigger_to_image_delay_us": 0,
22
+ "trigger_out_enable": true,
23
+ "trigger_out_delay_us": 0,
24
+ "frames_per_trigger": 1
25
+ }
26
+ }
27
+ ]
28
+ }
Binary file
@@ -1,20 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: pyorbbec
3
- Version: 1.0.1.27
4
- Summary: pyorbbecsdk is a python wrapper for the OrbbecSDK
5
- Author: lijie
6
- Author-email: lijie@orbbec.com
7
- License-File: LICENSE
8
- Requires-Dist: pybind11==2.11.0
9
- Requires-Dist: pybind11-global==2.11.0
10
- Requires-Dist: opencv-python
11
- Requires-Dist: wheel
12
- Requires-Dist: numpy<2.0
13
- Requires-Dist: av
14
- Requires-Dist: pygame
15
- Requires-Dist: pynput
16
- Dynamic: author
17
- Dynamic: author-email
18
- Dynamic: license-file
19
- Dynamic: requires-dist
20
- Dynamic: summary