Skip to content

Commit f40d96c

Browse files
Merged PR 32822: Reintegration of PRs from GitHub
Related work items: #762
2 parents ac5a4ef + 175eb11 commit f40d96c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/1-support-request.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
value: >
1010
For a support request on how to operate your cameras with Basler pypylon, please use the fields below to describe your environment.
1111
12-
To help Basler find the right support channel for you, please indicate where your company is located, e.g., in Germany, China, Canada, etc.
12+
To help Basler find the right support channel for you, please indicate where your company is located, e.g., in Germany, China, Canada, etc.
1313
1414
If you feel confident, you may also indicate your company's name.
1515
@@ -45,7 +45,7 @@ body:
4545
* PC or embedded system model/type:
4646
* CPU architecture X86/X86_64/ARM/ARM64
4747
* Operating System
48-
* RAM
48+
* RAM
4949
* Interfaces used to connect the cameras:
5050
* Type in type/model/name of interface cards
5151
* Switches or hubs used
@@ -58,16 +58,16 @@ body:
5858
- type: textarea
5959
attributes:
6060
label: "Camera(s) used"
61-
description: >
61+
description: |
6262
List your camera(s), especially the value of DeviceFirmwareVersion.
6363
The command below will output all the required information.
64-
64+
6565
```python
6666
import pypylon.pylon as py
6767
6868
tl_factory = py.TlFactory.GetInstance()
69+
6970
for dev in tl_factory.EnumerateDevices():
70-
dev: py.DeviceInfo
7171
print(dev.GetFriendlyName())
7272
try:
7373
camera = py.InstantCamera(tl_factory.CreateDevice(dev))
@@ -87,7 +87,7 @@ body:
8787
label: "Runtime information:"
8888
description: |
8989
Do you have the full Basler pylon Camera Software Suite installed in addition to pypylon?
90-
90+
9191
> In the pylon Viewer, the keys `Shift + Ctrl + Alt + i` will capture OS / software version information, that you can paste here.
9292
9393
The below command will output python/pypylon and system versions. Please use the python interpreter used in your project to execute

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Version 4.0.0
3838
- The Builders recipe AddInput and AddOutput methods have changed.
3939
see buildersrecipe_test.py on how to handle that.
4040
- Updated data processing module documentation.
41-
- Fixed an issue when using GetArrayZeroCopy().
41+
- Fixed an issue when using GetArrayZeroCopy() (fixes #762).
4242
- Fixed an issue with strings constaining regular expressions in setup.py
4343
- Fixed an issue when running with numpy 2.0 in the unit tests.
4444
- Extended the unit tests.

0 commit comments

Comments
 (0)