OdessaGUIProject.NativeOdessaMethods.SetCustomDetectionThreshold C# (CSharp) Method

SetCustomDetectionThreshold() private method

private SetCustomDetectionThreshold ( int thresholdIndividualPixelBrightness, int thresholdDarkPixelsPerFrameAsPercentage, int thresholdPixelScanPercentage, float thresholdSecondsSkip, float thresholdConsecutiveDarkFramesInSeconds ) : void
thresholdIndividualPixelBrightness int
thresholdDarkPixelsPerFrameAsPercentage int
thresholdPixelScanPercentage int
thresholdSecondsSkip float
thresholdConsecutiveDarkFramesInSeconds float
return void
        public static extern void SetCustomDetectionThreshold(
			int thresholdIndividualPixelBrightness,
			int thresholdDarkPixelsPerFrameAsPercentage,
			int thresholdPixelScanPercentage,
			float thresholdSecondsSkip,
			float thresholdConsecutiveDarkFramesInSeconds);