Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BaslerPypylonTools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Markus Höschle
BaslerPypylonTools
Commits
99571528
Commit
99571528
authored
1 year ago
by
mhoeschle
Browse files
Options
Downloads
Patches
Plain Diff
change comments
parent
695361e0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
netconnect.py
+3
-3
3 additions, 3 deletions
netconnect.py
with
3 additions
and
3 deletions
netconnect.py
+
3
−
3
View file @
99571528
...
...
@@ -49,7 +49,7 @@ def connectnet():
# For testing - D:\ is external HHD
# If no Harddrive is needed to run the code this lines shouldn't be activated!
#LOCALDIRECTORIES = [f"\\\\{server}\\c\\"]
#
LOCALDIRECTORIES = [f"\\\\{server}\\c\\"]
# ['C:\\', 'U:\\', 'V:\\', 'W:\\', 'X:\\', 'Y:\\', 'Z:\\'] for the DVR's
try
:
...
...
@@ -63,12 +63,12 @@ def connectnet():
# Start script to for camera manipulation with pypylone:
# List current current cameras
BaslerChangeParameter
.
listcam
()
#
BaslerChangeParameter.listcam()
# connect to the following cameras
# BaslerChangeParameter.opencam()
#directories = smbclient.listdir(f"\\\\{server}\\c\\")
#
directories = smbclient.listdir(f"\\\\{server}\\c\\")
# print(directories)
# smbclient.(f"\\\\{server}\\c\\")
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment