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
Compare revisions
d2b4e4e1052fc5e640af2dee51605e28eb20d735 to 8cc8d3827be69ac2ac0972e958e36e1029d78855
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
mhoeschle/baslerpypylontools
Select target project
No results found
8cc8d3827be69ac2ac0972e958e36e1029d78855
Select Git revision
Branches
main
Swap
Target
mhoeschle/baslerpypylontools
Select target project
mhoeschle/baslerpypylontools
1 result
d2b4e4e1052fc5e640af2dee51605e28eb20d735
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
add comment for running the scipt in visual code or cmd.
· c66e3f08
mhoeschle
authored
1 year ago
c66e3f08
Merge branch 'main' of
https://gitlab.tuebingen.mpg.de/mhoeschle/baslerpypylontools
· 8cc8d382
mhoeschle
authored
1 year ago
8cc8d382
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
BaslerChangeParameter.py
+2
-1
2 additions, 1 deletion
BaslerChangeParameter.py
with
2 additions
and
1 deletion
BaslerChangeParameter.py
View file @
8cc8d382
...
...
@@ -295,5 +295,6 @@ def freeruncam(cam):
if
__name__
==
'
__main__
'
:
import
sys
method_name_input
=
sys
.
argv
[
1
]
# 'read' # sys.argv[1]
# :'read': run on cmd # :sys.argv[1]: to run in visual code
method_name_input
=
sys
.
argv
[
1
]
listcams
(
method_name
=
method_name_input
)
This diff is collapsed.
Click to expand it.