Camera Information System
				
			 
			
		 
		
		
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
	
	
		
		
			
	
	
		
			
				
					
						
							|  |  |  | namespace Cis.Application.Core; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | public class CameraDataOptions : IConfigurableOptions | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     public string Test { get; set; } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     public CameraPtz CameraPtz { get; set; } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     public MarkSearcher MarkSearcher { get; set; } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | public class CameraDataBase | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     /// <summary>
 | 
					
						
							|  |  |  |     /// 循环间隔,单位毫秒
 | 
					
						
							|  |  |  |     /// </summary>
 | 
					
						
							|  |  |  |     public int LoopInterval { get; set; } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /// <summary>
 | 
					
						
							|  |  |  |     /// 超时时间,单位毫秒
 | 
					
						
							|  |  |  |     /// </summary>
 | 
					
						
							|  |  |  |     public int Timeout { get; set; } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | public class CameraPtz : CameraDataBase | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | public class MarkSearcher : CameraDataBase | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | } |