mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Docs & WebUI Cleanup (#5527)
* Remove browser from timezone description * Remove outdated info
This commit is contained in:
		
							parent
							
								
									27d3676ba5
								
							
						
					
					
						commit
						c901707670
					
				@ -174,7 +174,6 @@ detect:
 | 
				
			|||||||
  # NOTE: Recommended value of 5. Ideally, try and reduce your FPS on the camera.
 | 
					  # NOTE: Recommended value of 5. Ideally, try and reduce your FPS on the camera.
 | 
				
			||||||
  fps: 5
 | 
					  fps: 5
 | 
				
			||||||
  # Optional: enables detection for the camera (default: True)
 | 
					  # Optional: enables detection for the camera (default: True)
 | 
				
			||||||
  # This value can be set via MQTT and will be updated in startup based on retained value
 | 
					 | 
				
			||||||
  enabled: True
 | 
					  enabled: True
 | 
				
			||||||
  # Optional: Number of frames without a detection before Frigate considers an object to be gone. (default: 5x the frame rate)
 | 
					  # Optional: Number of frames without a detection before Frigate considers an object to be gone. (default: 5x the frame rate)
 | 
				
			||||||
  max_disappeared: 25
 | 
					  max_disappeared: 25
 | 
				
			||||||
@ -322,7 +321,6 @@ record:
 | 
				
			|||||||
# NOTE: Can be overridden at the camera level
 | 
					# NOTE: Can be overridden at the camera level
 | 
				
			||||||
snapshots:
 | 
					snapshots:
 | 
				
			||||||
  # Optional: Enable writing jpg snapshot to /media/frigate/clips (default: shown below)
 | 
					  # Optional: Enable writing jpg snapshot to /media/frigate/clips (default: shown below)
 | 
				
			||||||
  # This value can be set via MQTT and will be updated in startup based on retained value
 | 
					 | 
				
			||||||
  enabled: False
 | 
					  enabled: False
 | 
				
			||||||
  # Optional: save a clean PNG copy of the snapshot image (default: shown below)
 | 
					  # Optional: save a clean PNG copy of the snapshot image (default: shown below)
 | 
				
			||||||
  clean_copy: True
 | 
					  clean_copy: True
 | 
				
			||||||
 | 
				
			|||||||
@ -133,7 +133,7 @@ export default function Recording({ camera, date, hour = '00', minute = '00', se
 | 
				
			|||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <div className="space-y-4 p-2 px-4">
 | 
					    <div className="space-y-4 p-2 px-4">
 | 
				
			||||||
      <Heading>{camera.replaceAll('_', ' ')} Recordings</Heading>
 | 
					      <Heading>{camera.replaceAll('_', ' ')} Recordings</Heading>
 | 
				
			||||||
      <div className="text-xs">Dates and times are based on the browser's timezone {timezone}</div>
 | 
					      <div className="text-xs">Dates and times are based on the timezone {timezone}</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <VideoPlayer
 | 
					      <VideoPlayer
 | 
				
			||||||
        options={{
 | 
					        options={{
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user