Skip to content
Snippets Groups Projects
Commit 99571528 authored by mhoeschle's avatar mhoeschle
Browse files

change comments

parent 695361e0
No related branches found
No related tags found
No related merge requests found
......@@ -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\\")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment