Example #1
0
        private void Awake()
        {
            _imgMode = Constants.ImgMode.CustomgrayWithCirclesOverlayed;
            _useInternImageProcessing = true;

            _defaultCameraProperties = new CameraProperties()
            {
                Width      = c.CameraResolutionWidth,
                Height     = c.CameraResolutionHeight,
                Exposure   = -7,
                Gain       = 2,
                Saturation = 55,
                Contrast   = 15
            };

            _ht21Parameters = new HT21Parameters()
            {
                ExecuteHT21       = false,
                ExecuteMedianBlue = false,
                Dp        = 1,
                MinDist   = 120,
                Param1    = 60,
                Param2    = 30,
                MinRadius = 12,
                MaxRadius = 160
            };
        }
Example #2
0
        private void Awake()
        {
            _defaultCameraProperties = new CameraProperties()
            {
                Width      = c.CameraResolutionWidth,
                Height     = c.CameraResolutionHeight,
                Exposure   = -7,
                Gain       = 2,
                Saturation = 55,
                Contrast   = 15
            };

            _ht21Parameters = new HT21Parameters()
            {
                ExecuteHT21       = true,
                ExecuteMedianBlue = false,
                Dp        = 1,
                MinDist   = 120,
                Param1    = 60,
                Param2    = 30,
                MinRadius = 12,
                MaxRadius = 160
            };
        }