Commits on Source (10)
-
mhoeschle authored
-
mhoeschle authored
-
mhoeschle authored
-
mhoeschle authored
-
mhoeschle authored
Splitted on big scipt into single scripts.This script contains all the function to read and write from camera
-
mhoeschle authored
Splitted on big scipt into single scripts. This script lists all connected cameras on the system and show their serial number and SWIG adress.
-
mhoeschle authored
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
-
mhoeschle authored
-
mhoeschle authored
-
mhoeschle authored
testtoml.toml is used to test if executing via cmd and choosing a non default toml file the script scips the default toml file.
Showing
- BaslerChangeParameter_old.py 7 additions, 3 deletionsBaslerChangeParameter_old.py
- basler_camera_access.py 71 additions, 0 deletionsbasler_camera_access.py
- camera_Initialization.py 79 additions, 0 deletionscamera_Initialization.py
- camera_controler.py 58 additions, 0 deletionscamera_controler.py
- config_files/camera_parameters_config.toml 16 additions, 0 deletionsconfig_files/camera_parameters_config.toml
- config_files/testtoml.toml 3 additions, 0 deletionsconfig_files/testtoml.toml
- requirements.txt 8 additions, 2 deletionsrequirements.txt
- test.txt 6 additions, 0 deletionstest.txt
- toml_handling.py 103 additions, 0 deletionstoml_handling.py
basler_camera_access.py
0 → 100644
camera_Initialization.py
0 → 100644
camera_controler.py
0 → 100644
config_files/camera_parameters_config.toml
0 → 100644
config_files/testtoml.toml
0 → 100644
... | ... | @@ -18,7 +18,13 @@ pyspnego==0.9.1 |
python-dateutil==2.8.2 | ||
six==1.16.0 | ||
smbprotocol==1.10.1 | ||
toml==0.10.2 | ||
tomli==2.0.1 | ||
# check packages installed ni virtualenv | ||
# pip freeze --local | ||
\ No newline at end of file | ||
# check packages installed in virtualenv | ||
# pip freeze --local | ||
# py -m pip freeze | ||
# install requierements: | ||
# py -m pip install -r requirements.txt | ||
\ No newline at end of file |
test.txt
0 → 100644
toml_handling.py
0 → 100644