From 839becc3dbb9609a0568f8091c89a6bb21e78ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20H=C3=B6schle?= <markus.hoeschle@tuebingen.mpg.de> Date: Wed, 19 Jul 2023 16:22:27 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5481cd1..586d414 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,23 @@ This should be helpful if you are using more than one camera and you want to mak ##### Execute Script -Execute the scipt via cmd. BaslerChangeParameters.py +Execute the scipt via cmd. BaslerChangeParameters.py 'argument' be sure to be in the same folder as the scipt. +for e.g. python BaslerChangeParameters.py read + +**arguments to choose:** +:gain: increase the brightness of the image output + :delay: allows to determine the period of time between the detection of the trigger signal and the actual start of the exposure + :exposure: specifies how long the image sensor is exposed to light during image acquisition. + :read: reads out all the parameters that can be used as arguments + :fps: allows you to determine the estimated frame rate with the current camera settings. + ##### Next steps -Connect to several computers via network and get acces to pypylone to change the settings in those cameras too. +Connect to several computers via network and get acces to other cameras to change the settings in those cameras too. unsing netconnect.py. Skills: python, cmd, -- 🔠I’m currently working on this page. \ No newline at end of file +- 🔠I’m currently working on this page. -- GitLab