PyPylonBaslerAPI 1.2605.601__py3-none-any.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.
- PyPylonBaslerAPI/Basler_acA2040_55uc.cp310-win_amd64.pyd +0 -0
- PyPylonBaslerAPI/Basler_acA2040_55uc.pyi +88 -0
- PyPylonBaslerAPI/out/Basler_acA2040_55uc.pyi +88 -0
- pypylonbaslerapi-1.2605.601.dist-info/METADATA +38 -0
- pypylonbaslerapi-1.2605.601.dist-info/RECORD +8 -0
- pypylonbaslerapi-1.2605.601.dist-info/WHEEL +5 -0
- pypylonbaslerapi-1.2605.601.dist-info/licenses/LICENSE +20 -0
- pypylonbaslerapi-1.2605.601.dist-info/top_level.txt +1 -0
|
Binary file
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
from _typeshed import Incomplete
|
|
2
|
+
|
|
3
|
+
class CLASS_Basler_acA2040_55uc:
|
|
4
|
+
cam: Incomplete
|
|
5
|
+
Sequencer: Incomplete
|
|
6
|
+
ImageFormat: Incomplete
|
|
7
|
+
Analog: Incomplete
|
|
8
|
+
ImageQuality: Incomplete
|
|
9
|
+
Acquisition: Incomplete
|
|
10
|
+
AutoFunction: Incomplete
|
|
11
|
+
LUT: Incomplete
|
|
12
|
+
DigitalIO: Incomplete
|
|
13
|
+
CounterTimer: Incomplete
|
|
14
|
+
LightControl: Incomplete
|
|
15
|
+
ChunkData: Incomplete
|
|
16
|
+
Event: Incomplete
|
|
17
|
+
TransportLayer: Incomplete
|
|
18
|
+
Device: Incomplete
|
|
19
|
+
def __init__(self, device_index: int = 0) -> None: ...
|
|
20
|
+
class _FeatureBase:
|
|
21
|
+
def __init__(self, cam) -> None: ...
|
|
22
|
+
class SequencerControl(_FeatureBase):
|
|
23
|
+
def CUF_SET_SequencerMode(self, mode) -> None: ...
|
|
24
|
+
def CUF_SET_SequencerConfigurationMode(self, mode) -> None: ...
|
|
25
|
+
class ImageFormatControl(_FeatureBase):
|
|
26
|
+
def CUF_GET_Width(self): ...
|
|
27
|
+
def CUF_SET_Width(self, val) -> None: ...
|
|
28
|
+
def CUF_GET_Height(self): ...
|
|
29
|
+
def CUF_SET_Height(self, val) -> None: ...
|
|
30
|
+
def CUF_GET_PixelFormat(self): ...
|
|
31
|
+
def CUF_SET_PixelFormat(self, fmt) -> None: ...
|
|
32
|
+
def CUF_GET_OffsetX(self): ...
|
|
33
|
+
def CUF_SET_OffsetX(self, val) -> None: ...
|
|
34
|
+
def CUF_GET_OffsetY(self): ...
|
|
35
|
+
def CUF_SET_OffsetY(self, val) -> None: ...
|
|
36
|
+
def CUF_SET_CenterX(self) -> None: ...
|
|
37
|
+
def CUF_SET_CenterY(self) -> None: ...
|
|
38
|
+
def CUF_GET_ReverseX(self): ...
|
|
39
|
+
def CUF_SET_ReverseX(self, en) -> None: ...
|
|
40
|
+
def CUF_GET_ReverseY(self): ...
|
|
41
|
+
def CUF_SET_ReverseY(self, en) -> None: ...
|
|
42
|
+
class AnalogControl(_FeatureBase):
|
|
43
|
+
def __init__(self, cam) -> None: ...
|
|
44
|
+
def CUF_GET_Gain(self): ...
|
|
45
|
+
def CUF_SET_Gain(self, val) -> None: ...
|
|
46
|
+
def CUF_GET_BlackLevel(self): ...
|
|
47
|
+
def CUF_SET_BlackLevel(self, val) -> None: ...
|
|
48
|
+
def CUF_GET_BalanceRatio(self, selector: str = 'Red'): ...
|
|
49
|
+
def CUF_SET_BalanceRatio(self, selector, value) -> None: ...
|
|
50
|
+
def CUF_GET_BalanceRatioAll(self): ...
|
|
51
|
+
class ImageQualityControl(_FeatureBase):
|
|
52
|
+
def CUF_SET_PylonColorAdaptation(self, val) -> None: ...
|
|
53
|
+
def CUF_GET_LightSourcePreset(self): ...
|
|
54
|
+
def CUF_SET_LightSourcePreset(self, val) -> None: ...
|
|
55
|
+
class AcquisitionControl(_FeatureBase):
|
|
56
|
+
def CUF_GET_ExposureTime(self): ...
|
|
57
|
+
def CUF_SET_ExposureTime(self, val) -> None: ...
|
|
58
|
+
def CUF_SET_TriggerMode(self, mode) -> None: ...
|
|
59
|
+
def CUF_GET_ExposureTime(self): ...
|
|
60
|
+
def CUF_SET_ExposureTime(self, val) -> None: ...
|
|
61
|
+
class AutoFunctionControl(_FeatureBase):
|
|
62
|
+
def CUF_GET_ExposureAuto(self): ...
|
|
63
|
+
def CUF_SET_ExposureAuto(self, mode) -> None: ...
|
|
64
|
+
def CUF_SET_GainAuto(self, mode) -> None: ...
|
|
65
|
+
def CUF_GET_BalanceWhiteAuto(self): ...
|
|
66
|
+
def CUF_SET_BalanceWhiteAuto(self, mode) -> None: ...
|
|
67
|
+
class LUTControl(_FeatureBase):
|
|
68
|
+
def CUF_SET_LUTEnable(self, enable) -> None: ...
|
|
69
|
+
def CUF_SET_LUTSelector(self, sel) -> None: ...
|
|
70
|
+
class DigitalIOControl(_FeatureBase):
|
|
71
|
+
def CUF_SET_LineSelector(self, line) -> None: ...
|
|
72
|
+
def CUF_GET_LineStatus(self): ...
|
|
73
|
+
class CounterAndTimerControl(_FeatureBase):
|
|
74
|
+
def CUF_SET_CounterSelector(self, sel) -> None: ...
|
|
75
|
+
class BaslerLightControl(_FeatureBase):
|
|
76
|
+
def CUF_SET_LightDeviceSelector(self, sel) -> None: ...
|
|
77
|
+
class ChunkDataControl(_FeatureBase):
|
|
78
|
+
def CUF_SET_ChunkModeActive(self, active) -> None: ...
|
|
79
|
+
class EventControl(_FeatureBase):
|
|
80
|
+
def CUF_SET_EventSelector(self, event) -> None: ...
|
|
81
|
+
def CUF_SET_EventNotification(self, mode) -> None: ...
|
|
82
|
+
class TransportLayerControl(_FeatureBase):
|
|
83
|
+
def CUF_GET_PayloadSize(self): ...
|
|
84
|
+
class DeviceControl(_FeatureBase):
|
|
85
|
+
def CUF_GET_ModelName(self): ...
|
|
86
|
+
def CUF_GET_Temperature(self): ...
|
|
87
|
+
def CUF_GET_DeviceFirmwareVersion(self): ...
|
|
88
|
+
def close(self) -> None: ...
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
from _typeshed import Incomplete
|
|
2
|
+
|
|
3
|
+
class CLASS_Basler_acA2040_55uc:
|
|
4
|
+
cam: Incomplete
|
|
5
|
+
Sequencer: Incomplete
|
|
6
|
+
ImageFormat: Incomplete
|
|
7
|
+
Analog: Incomplete
|
|
8
|
+
ImageQuality: Incomplete
|
|
9
|
+
Acquisition: Incomplete
|
|
10
|
+
AutoFunction: Incomplete
|
|
11
|
+
LUT: Incomplete
|
|
12
|
+
DigitalIO: Incomplete
|
|
13
|
+
CounterTimer: Incomplete
|
|
14
|
+
LightControl: Incomplete
|
|
15
|
+
ChunkData: Incomplete
|
|
16
|
+
Event: Incomplete
|
|
17
|
+
TransportLayer: Incomplete
|
|
18
|
+
Device: Incomplete
|
|
19
|
+
def __init__(self, device_index: int = 0) -> None: ...
|
|
20
|
+
class _FeatureBase:
|
|
21
|
+
def __init__(self, cam) -> None: ...
|
|
22
|
+
class SequencerControl(_FeatureBase):
|
|
23
|
+
def CUF_SET_SequencerMode(self, mode) -> None: ...
|
|
24
|
+
def CUF_SET_SequencerConfigurationMode(self, mode) -> None: ...
|
|
25
|
+
class ImageFormatControl(_FeatureBase):
|
|
26
|
+
def CUF_GET_Width(self): ...
|
|
27
|
+
def CUF_SET_Width(self, val) -> None: ...
|
|
28
|
+
def CUF_GET_Height(self): ...
|
|
29
|
+
def CUF_SET_Height(self, val) -> None: ...
|
|
30
|
+
def CUF_GET_PixelFormat(self): ...
|
|
31
|
+
def CUF_SET_PixelFormat(self, fmt) -> None: ...
|
|
32
|
+
def CUF_GET_OffsetX(self): ...
|
|
33
|
+
def CUF_SET_OffsetX(self, val) -> None: ...
|
|
34
|
+
def CUF_GET_OffsetY(self): ...
|
|
35
|
+
def CUF_SET_OffsetY(self, val) -> None: ...
|
|
36
|
+
def CUF_SET_CenterX(self) -> None: ...
|
|
37
|
+
def CUF_SET_CenterY(self) -> None: ...
|
|
38
|
+
def CUF_GET_ReverseX(self): ...
|
|
39
|
+
def CUF_SET_ReverseX(self, en) -> None: ...
|
|
40
|
+
def CUF_GET_ReverseY(self): ...
|
|
41
|
+
def CUF_SET_ReverseY(self, en) -> None: ...
|
|
42
|
+
class AnalogControl(_FeatureBase):
|
|
43
|
+
def __init__(self, cam) -> None: ...
|
|
44
|
+
def CUF_GET_Gain(self): ...
|
|
45
|
+
def CUF_SET_Gain(self, val) -> None: ...
|
|
46
|
+
def CUF_GET_BlackLevel(self): ...
|
|
47
|
+
def CUF_SET_BlackLevel(self, val) -> None: ...
|
|
48
|
+
def CUF_GET_BalanceRatio(self, selector: str = 'Red'): ...
|
|
49
|
+
def CUF_SET_BalanceRatio(self, selector, value) -> None: ...
|
|
50
|
+
def CUF_GET_BalanceRatioAll(self): ...
|
|
51
|
+
class ImageQualityControl(_FeatureBase):
|
|
52
|
+
def CUF_SET_PylonColorAdaptation(self, val) -> None: ...
|
|
53
|
+
def CUF_GET_LightSourcePreset(self): ...
|
|
54
|
+
def CUF_SET_LightSourcePreset(self, val) -> None: ...
|
|
55
|
+
class AcquisitionControl(_FeatureBase):
|
|
56
|
+
def CUF_GET_ExposureTime(self): ...
|
|
57
|
+
def CUF_SET_ExposureTime(self, val) -> None: ...
|
|
58
|
+
def CUF_SET_TriggerMode(self, mode) -> None: ...
|
|
59
|
+
def CUF_GET_ExposureTime(self): ...
|
|
60
|
+
def CUF_SET_ExposureTime(self, val) -> None: ...
|
|
61
|
+
class AutoFunctionControl(_FeatureBase):
|
|
62
|
+
def CUF_GET_ExposureAuto(self): ...
|
|
63
|
+
def CUF_SET_ExposureAuto(self, mode) -> None: ...
|
|
64
|
+
def CUF_SET_GainAuto(self, mode) -> None: ...
|
|
65
|
+
def CUF_GET_BalanceWhiteAuto(self): ...
|
|
66
|
+
def CUF_SET_BalanceWhiteAuto(self, mode) -> None: ...
|
|
67
|
+
class LUTControl(_FeatureBase):
|
|
68
|
+
def CUF_SET_LUTEnable(self, enable) -> None: ...
|
|
69
|
+
def CUF_SET_LUTSelector(self, sel) -> None: ...
|
|
70
|
+
class DigitalIOControl(_FeatureBase):
|
|
71
|
+
def CUF_SET_LineSelector(self, line) -> None: ...
|
|
72
|
+
def CUF_GET_LineStatus(self): ...
|
|
73
|
+
class CounterAndTimerControl(_FeatureBase):
|
|
74
|
+
def CUF_SET_CounterSelector(self, sel) -> None: ...
|
|
75
|
+
class BaslerLightControl(_FeatureBase):
|
|
76
|
+
def CUF_SET_LightDeviceSelector(self, sel) -> None: ...
|
|
77
|
+
class ChunkDataControl(_FeatureBase):
|
|
78
|
+
def CUF_SET_ChunkModeActive(self, active) -> None: ...
|
|
79
|
+
class EventControl(_FeatureBase):
|
|
80
|
+
def CUF_SET_EventSelector(self, event) -> None: ...
|
|
81
|
+
def CUF_SET_EventNotification(self, mode) -> None: ...
|
|
82
|
+
class TransportLayerControl(_FeatureBase):
|
|
83
|
+
def CUF_GET_PayloadSize(self): ...
|
|
84
|
+
class DeviceControl(_FeatureBase):
|
|
85
|
+
def CUF_GET_ModelName(self): ...
|
|
86
|
+
def CUF_GET_Temperature(self): ...
|
|
87
|
+
def CUF_GET_DeviceFirmwareVersion(self): ...
|
|
88
|
+
def close(self) -> None: ...
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: PyPylonBaslerAPI
|
|
3
|
+
Version: 1.2605.601
|
|
4
|
+
Summary: PyPylonBaslerAPI of DeviceAPI Python package (py-src)
|
|
5
|
+
Author-email: James Lin <tylin123@ms27.hinet.net>
|
|
6
|
+
License: Copyright (c) 2025 James Lin
|
|
7
|
+
|
|
8
|
+
All rights reserved.
|
|
9
|
+
|
|
10
|
+
Permission is granted for **personal, educational, or non-commercial use only**.
|
|
11
|
+
You **may NOT**:
|
|
12
|
+
|
|
13
|
+
1. Sell or otherwise commercially exploit this software or any part of it.
|
|
14
|
+
2. Reproduce, distribute, or sublicense this software for commercial purposes.
|
|
15
|
+
3. Modify or create derivative works for commercial purposes without explicit written permission from the copyright holder.
|
|
16
|
+
|
|
17
|
+
You **may**:
|
|
18
|
+
|
|
19
|
+
- Use the software for personal learning, research, or internal company evaluation (non-commercial).
|
|
20
|
+
- Share the software with attribution to the original author, as long as it is not for commercial gain.
|
|
21
|
+
|
|
22
|
+
**Disclaimer:**
|
|
23
|
+
This software is provided "AS IS", without any warranty of any kind, either expressed or implied,
|
|
24
|
+
including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement.
|
|
25
|
+
In no event shall the author be liable for any claim, damages, or other liability arising from, out of, or in connection with the software or its use.
|
|
26
|
+
|
|
27
|
+
Project-URL: Homepage, https://mis.gotech.biz
|
|
28
|
+
Requires-Python: >=3.10
|
|
29
|
+
Description-Content-Type: text/markdown
|
|
30
|
+
License-File: LICENSE
|
|
31
|
+
Requires-Dist: pypylon
|
|
32
|
+
Dynamic: license-file
|
|
33
|
+
|
|
34
|
+
#DeviceAPI::PyPylonBaslerAPI
|
|
35
|
+
|
|
36
|
+
## History of version
|
|
37
|
+
Version 1.2605.0601: 2026/05/06<BR>
|
|
38
|
+
Create DeviceAPI::PyPylonBaslerAPI for Basler CCD device.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
PyPylonBaslerAPI/Basler_acA2040_55uc.cp310-win_amd64.pyd,sha256=iWZacr5PDvj4wrKXyRKwZWplgxXz0606-kiXgvGLfwg,329728
|
|
2
|
+
PyPylonBaslerAPI/Basler_acA2040_55uc.pyi,sha256=H9lv4fjzYr5uwQuzv7E0Y2R4U9AqtE_qzqXKZI22kWw,3980
|
|
3
|
+
PyPylonBaslerAPI/out/Basler_acA2040_55uc.pyi,sha256=H9lv4fjzYr5uwQuzv7E0Y2R4U9AqtE_qzqXKZI22kWw,3980
|
|
4
|
+
pypylonbaslerapi-1.2605.601.dist-info/licenses/LICENSE,sha256=bTN6shImvjBn0VScA1LIqy7LH3B_O6XZieGPnoT4Gxk,1054
|
|
5
|
+
pypylonbaslerapi-1.2605.601.dist-info/METADATA,sha256=yYu6cdX5xFlnebvFLpXlxYafyQ5TS5QQSbyCN-yCL6U,1744
|
|
6
|
+
pypylonbaslerapi-1.2605.601.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
7
|
+
pypylonbaslerapi-1.2605.601.dist-info/top_level.txt,sha256=iR01u7QmWLBTHi6rIEcX0mKUROjT93Dh6rV9gU3ancQ,17
|
|
8
|
+
pypylonbaslerapi-1.2605.601.dist-info/RECORD,,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Copyright (c) 2025 James Lin
|
|
2
|
+
|
|
3
|
+
All rights reserved.
|
|
4
|
+
|
|
5
|
+
Permission is granted for **personal, educational, or non-commercial use only**.
|
|
6
|
+
You **may NOT**:
|
|
7
|
+
|
|
8
|
+
1. Sell or otherwise commercially exploit this software or any part of it.
|
|
9
|
+
2. Reproduce, distribute, or sublicense this software for commercial purposes.
|
|
10
|
+
3. Modify or create derivative works for commercial purposes without explicit written permission from the copyright holder.
|
|
11
|
+
|
|
12
|
+
You **may**:
|
|
13
|
+
|
|
14
|
+
- Use the software for personal learning, research, or internal company evaluation (non-commercial).
|
|
15
|
+
- Share the software with attribution to the original author, as long as it is not for commercial gain.
|
|
16
|
+
|
|
17
|
+
**Disclaimer:**
|
|
18
|
+
This software is provided "AS IS", without any warranty of any kind, either expressed or implied,
|
|
19
|
+
including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement.
|
|
20
|
+
In no event shall the author be liable for any claim, damages, or other liability arising from, out of, or in connection with the software or its use.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
PyPylonBaslerAPI
|