mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Update reference config to include motion enabled field (#13255)
This commit is contained in:
		
							parent
							
								
									a2deeb0d12
								
							
						
					
					
						commit
						540d66af57
					
				| @ -335,6 +335,11 @@ review: | |||||||
| # Optional: Motion configuration | # Optional: Motion configuration | ||||||
| # NOTE: Can be overridden at the camera level | # NOTE: Can be overridden at the camera level | ||||||
| motion: | motion: | ||||||
|  |   # Optional: enables detection for the camera (default: True) | ||||||
|  |   # NOTE: Motion detection is required for object detection, | ||||||
|  |   #       setting this to False and leaving detect enabled | ||||||
|  |   #       will result in an error on startup. | ||||||
|  |   enabled: False | ||||||
|   # Optional: The threshold passed to cv2.threshold to determine if a pixel is different enough to be counted as motion. (default: shown below) |   # Optional: The threshold passed to cv2.threshold to determine if a pixel is different enough to be counted as motion. (default: shown below) | ||||||
|   # Increasing this value will make motion detection less sensitive and decreasing it will make motion detection more sensitive. |   # Increasing this value will make motion detection less sensitive and decreasing it will make motion detection more sensitive. | ||||||
|   # The value should be between 1 and 255. |   # The value should be between 1 and 255. | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user