Node Management
A node is a raspberry pi running Icarus. It is responsible for collecting events and sending them to Heimdall.
Adding a Node
- Go to the Heimdall web interface http://heimdall.
- Click "Add Node" on the bottom right corner of the screen.
- Fill in the contact information of the person who will receive the node.
- Fill in the node name. This should be the name of the raspberry pi.
- Fill in the node configuration options.
VideoRetentionDays
: The number of days to keep videos. This is the number of days to keep videos before they are deleted. The minumum is 1 day and the maximum is 3 days. The default is the maximum number of days.MinEventDuration
: The minimum duration of an event to be recorded. This is the minimum duration of an event to be recorded. The default is 3 second. The minumum is 1 second and the maximum is 120 seconds.Threshold
: The threshold that an event needs to reach in order to be classified as an event. The default is 175. The minumum is 0 and the maximum is 255.StartTime
: The time to start recording in UTC time. The default isauto
which means that the node will start recording at sunset at the location of the node.StopTime
: The time to stop recording in UTC time. The default isauto
which means that the node will stop recording at sunrise at the location of the node.
- Click "Create" to create the node.
Editing a Node Configuration
- Go to the Heimdall web interface http://heimdall.
- Click on the node you want to edit.
-
Update the fields you want to change.
VideoRetentionDays
: The number of days to keep videos. This is the number of days to keep videos before they are deleted. The minumum is 1 day and the maximum is 3 days. The default is the maximum number of days.MinEventDuration
: The minimum duration of an event to be recorded. This is the minimum duration of an event to be recorded. The default is 3 second. The minumum is 1 second and the maximum is 120 seconds.Threshold
: The threshold that an event needs to reach in order to be classified as an event. The default is 175. The minumum is 0 and the maximum is 255.StartTime
: The time to start recording in UTC time. The default isauto
which means that the node will start recording at sunset at the location of the node.StopTime
: The time to stop recording in UTC time. The default isauto
which means that the node will stop recording at sunrise at the location of the node.
-
Click "Apply" to save the changes.
Deleting a Node
- Go to the Heimdall web interface http://heimdall.
- Click on the node you want to delete.
- Click "Delete Node" on the bottom of the screen.