diff --git a/pysilcam/camera_config_defaults.ini b/pysilcam/camera_config_defaults.ini index c1fb2f6..bee9907 100644 --- a/pysilcam/camera_config_defaults.ini +++ b/pysilcam/camera_config_defaults.ini @@ -2,13 +2,12 @@ # Its used if no conigiuration file is found [Camera] configversion = 1 -AcquisitionFrameRateAbs = 1 +AcquisitionFrameRateAbs = 2 TriggerSource = 'FixedRate' AcquisitionMode = 'SingleFrame' -ExposureTimeAbs = 180 -#PixelFormat = 'BayerRG8' +ExposureTimeAbs = 400 PixelFormat = 'RGB8Packed' -StrobeDuration = 800 +StrobeDuration = 250 StrobeDelay = 0 StrobeDurationMode = 'Controlled' StrobeSource = 'FrameTriggerReady' @@ -16,5 +15,4 @@ SyncOutPolarity = 'Normal' SyncOutSelector = 'SyncOut1' SyncOutSource = 'Strobe1' -#GVSPPacketSize = 9194 -GVSPPacketSize = 1500 +GVSPPacketSize = 9197 diff --git a/pysilcam/config_example.ini b/pysilcam/config_example.ini index c0969fe..a050516 100644 --- a/pysilcam/config_example.ini +++ b/pysilcam/config_example.ini @@ -1,13 +1,14 @@ [General] +version = 3 loglevel = INFO -logfile = Y:/proc/log.log -datafile = Y:/proc +logfile = proc/log.log +datafile = proc [Background] num_images = 15 [Process] -threshold = 0.85 +threshold = 0.98 minimum_area = 12.0 max_particles = 5000 min_deformation = 0 @@ -17,18 +18,20 @@ bad_lighting_limit = None real_time_stats = True [PostProcess] -pix_size = 28.758169934640524 -path_length = 12 -com_port = COM4 +pix_size = 27.532679738562095 +path_length = 40 +com_port = COM3 window_size = 20 [ExportParticles] export_images = True -outputpath = Y:/export +outputpath = export min_length = 0 [NNClassify] -model_path = 'C:/model/keras_model.h5' +model_path = 'C:\model\keras_model.h5' + +GVSPPacketSize = 9197 [Tracking] min_length = 200 # um, Filter particles with major_axis_length less than this.