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
Graph
main
Select Git revision
Branches
1
main
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
29
Nov
24
19
Jul
13
12
23
Jun
12
Sep
8
1
14
Jul
Update README.md
main
main
delete opening updated toml after updating.
updated by the camera, not important
change parameters for testing
added more functions to control gain, exposure and delay
change values for testing
Update README.md because of major changes in the code
testtoml.toml is used to test if executing via cmd and choosing a non default toml file the script scips the default toml file.
default toml file for camera parameters
This file list all the camera information when running the camera_Initialization.py script
Splitted on big scipt into single scripts. Script to read and write from toml files. It also checks if a special config.toml file was selected via cmd command. If not run via cmd a default file will be used: camera_parameters_config.toml
Splitted on big scipt into single scripts. This script lists all connected cameras on the system and show their serial number and SWIG adress.
Splitted on big scipt into single scripts.This script contains all the function to read and write from camera
Old Script. Only for reference usage - Do not use any more
Splitted on big scipt into single scripts. This one is the executable one
deleted file
update and added toml==0.10.2
Merge branch 'main' of https://gitlab.tuebingen.mpg.de/mhoeschle/baslerpypylontools
add comment for running the scipt in visual code or cmd.
Update README.md - make the arguments to choose bolded
Update README.md
* bigger changes in code. Implemented arguments to the function to run them for each camera in a loop.
Add TestRun.py - only for testing code on the computer
add function at the end, above __name__ == ... to run from command line
change some variable names to make them more readable
change comments
Modyfied whole code to run with several connected cameras
Update .gitignore
deleted
deleted
deleted
updated requirements.txt with current installed moduls with pip
updated the Readme file - first creation for this code
added comment what the code does
deleted
some small changes in the comments
added into venv and copied from another project. Needs to be updated
added more folder to ignore after working in virtual env with Visual Studio Code
added: if __name__ == '__main__':
update function and comments
Loading