diff --git a/README.md b/README.md index 5481cd1fd1dfe8b7cb95cb6696ce19da9b50b6e4..586d414420b0cc33de7a228ebb3ee8d0447c10ff 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.