Camera Management
Quick Setup
With just an RTSP address, you can instantly register a camera in EVA and freely configure AI analysis settings.
EVA attempts to connect immediately once you enter the RTSP streaming address of an IP camera. If the connection is successful, it retrieves the live stream and begins AI analysis right away—no complex setup required.
You can also register the same RTSP address multiple times to create multiple logical camera units. Each camera can have different scenarios applied, enabling multi-perspective analysis on the same video source.
Registration Steps
-
Click the
Add New Camerabutton on the EVA dashboard. -
Enter the camera name and RTSP address.
- Example:
rtsp://username:password@192.168.1.100:554/stream
- Example:
-
A connection test runs automatically. If successful, a still image from the camera is displayed.
-
Registration complete! EVA retrieves frames at configured intervals and performs AI analysis.
-
You can monitor the overall status, including connection health and event counts, in real time on the dashboard.
⚠️ If the RTSP address is incorrect or there are network issues, the connection will fail. Ensure a stable camera and network environment.
Camera Settings
Registered cameras allow you to modify all key settings, including name and RTSP address. Previously, these values were fixed, but updates now enable more flexible management.
You can also register multiple cameras using the same RTSP address and apply different detection scenarios to each.
How to Edit
-
Click a camera from the dashboard list → move to the detail page
-
Click the pencil icon (Edit) in the top-right corner
-
You can modify the following:
- Camera name
- RTSP address
- Detection scenario
- Detection targets
- Alarm channel settings
- AI inference interval, etc.
-
Click
Save→ changes are applied immediately
Webhook Settings
When a predefined risk situation is detected, EVA sends alerts immediately, enabling rapid response.
EVA supports alert delivery via Webhook integrations with widely used collaboration tools such as Teams and Slack.
- Create a Webhook URL: Generate a Webhook URL within your Teams or Slack application. (Refer to each platform’s official documentation for details.)
- Register in EVA: Add the generated Webhook URL in EVA’s alert settings. You can register multiple Webhooks to route alerts by role or priority.
- Alert Content: Each alert includes:
- A message describing the detected situation
- A detailed explanation generated by EVA
- A related image snapshot
How to Delete
- Click the trash icon (Delete) on the detail page
- Select
Deletein the confirmation popup - All data related to the camera (analysis history, settings, etc.) is permanently removed
- Registration complete! EVA retrieves frames at configured intervals and performs AI analysis.
- You can monitor the overall status, including connection health and event counts, in real time on the dashboard.
EVA’s streaming view continuously performs object detection, allowing you to verify in real time whether configured targets are being detected properly. This helps you intuitively validate whether detection targets and sensitivity settings are appropriate.
However, scenario-based reasoning and alert generation are only activated after “Start Monitoring.” Once monitoring begins, the VLM interprets relationships between objects and overall context, going beyond simple detection to generate meaningful situation-based alerts.
ℹ️ For Detection Scenarios and Detection Targets, refer to:
Camera Connection Requirements and Address Formats
EVA natively supports the RTSP protocol, and the following conditions should be met for stable real-time streaming.
Supported Address Formats
| Protocol | Example Address |
|---|---|
| RTSP (Recommended) | rtsp://[user]:[pass]@[IP]:[port]/[path] |
| RTMP | rtmp://[IP]:[port]/[app]/[stream] |
| HTTPS (MJPEG) | https://[IP]/video.mjpg |
Required Camera Specifications
| Item | Requirement |
|---|---|
| Resolution | 720p or higher recommended (minimum 640x480) |
| Frame Rate | At least 5 fps (linked to AI inference interval) |
| Codec | H.264 / H.265 (limited support for MJPEG) |
| Network | Stable wired or Wi-Fi (public IP or port forwarding if needed) |
| Authentication | ID/password can be included in RTSP URL |
Connection Tips
- Use internal IP within a local network
- For external access, configure DDNS + port forwarding or VPN
- Ensure RTSP port (default 554) is open on the firewall
Maximum Number of Cameras
The maximum number of connectable cameras depends on the hardware specifications of the EVA server (CPU, GPU, RAM, network bandwidth, etc.).
Higher-performance servers can handle more cameras simultaneously and more reliably.