Skip to main content

HealthCheck

What HealthCheck Does

HealthCheck automatically monitors every connected camera in your fleet. It verifies each camera is reachable, streaming, and delivering a valid image.

The feature is built around three goals:

  • Validate that all cameras are online and functioning correctly.
  • Deliver proactive alerts for failed or degraded feeds.
  • Give operators flexible control via scheduling, manual execution, and hierarchy-based configuration.

Why It Matters

Large camera networks fail silently. Cameras go offline, get obstructed, or get tampered with. No one notices until an incident exposes the gap. HealthCheck eliminates that risk.

  • Camera connectivity loss or total offline status.
  • Blocked, obstructed, or vandalized lenses.
  • Low-light or night conditions making video unusable.
  • Overexposed or washed-out images from glare or direct light.
  • Camera movement or deliberate tampering.
  • Software-level failures - no license, no signal.

Without automated monitoring, these issues go undetected. Coverage gaps grow until an incident exposes them.

Figure 1: HealthCheck -what it does, productivity impact, vulnerabilities closed and growth impact

How It Works

When HealthCheck runs, the platform executes the following steps:

  1. Connects to the camera live stream
  2. Captures a snapshot from the feed
  3. Analyzes the image against configured checks
  4. Generates a health verdict, healthy, low light, obstructed, and more
  5. Records and displays results in the platform interface

HealthChecks run automatically on a schedule or on demand. Operators can trigger manual checks from the interface at any time.

HealthCheck Modes

Three monitoring modes are available, each designed for a different level of operational need:

ModeFunctionFrequencyEvent CodesStrategy
BasicVerifies cameras provide a valid imageEvery 12 hoursCamera.health.fail Camera.health.normalReactive
PlusAll Basic capabilities + on-demand checks and reporting15 Min - 4 HrsCamera.health.fail Camera.health.normalProactive
AdvancedAll Plus capabilities + AI image analysis and anomaly detectionFlexibleanalytics.healthcheck analytics.novideoPredictive

Key Capabilities

  • Continuous Camera Monitoring: Periodically verifies each camera is reachable and delivering a valid stream
  • Automatic Failure Detection: Identifies cameras that are offline, unreachable, or delivering degraded feeds
  • Image Condition Analysis: Detects low light, glare, obstructions, and conditions affecting video usability
  • AI-Based Anomaly Detection: In Advanced mode, AI models analyze snapshots to detect tampering, tilt, and obstruction
  • Flexible Scheduling: Run checks automatically at configurable intervals or trigger them on demand
  • Hierarchical Configuration: Apply settings at any level of the platform hierarchy, from Service Provider down to individual sensors
  • Centralized Dashboard: Color-coded indicators give instant visibility into healthy and failed cameras across all sites

Visual Indicators and Status Display

The HealthCheck dashboard is in the left sidebar (eye icon). Summary cards show checked cameras, healthy devices, connection failures, and detected issues.

Cameras display in grid or list view. Each shows its health status and last check timestamp. Use filters to narrow results quickly:

  • Status filter: Healthy, Failed, or No Reference Image
  • Camera Type filter: Narrow results to a specific device or sensor type
  • Include Inactive Sensors: Show cameras that are not currently active
  • Include Excluded Sensors: Show cameras manually excluded from HealthCheck
  • Generate Report: Create a downloadable HealthCheck report for the selected customer

Camera Status States

StatusColorMeaning
HealthyGreenCamera passed the most recent HealthCheck — streaming normally and image quality confirmed
FailedRedCamera failed the most recent HealthCheck — streaming issue or image quality problem detected
UnavailableRedCamera could not be reached during the check — connection failure or device offline
No Reference ImageAmberCamera has no reference image set — check ran but comparison could not be performed

Figure 2: HealthCheck Dashboard - summary cards.

Figure 3: HealthCheck list view.

Figure 4: Camera detail view .

Real-World Use Cases

  • Fleet Health at Scale: A monitoring center manages 500+ cameras across 50 sites. HealthCheck runs hourly checks and flags offline cameras before the morning shift. Technicians are dispatched before any operator notices a gap.
  • Tamper Detection: A perimeter camera is physically repositioned overnight. Plus tier detects the angle deviation and triggers an alarm. The issue is resolved before the next incident.
  • Maintenance Windows: A site undergoes scheduled network maintenance. The operator pauses HealthCheck for affected devices. False alarms are suppressed and the alarm queue stays clean.
  • Compliance Reporting: A customer requires monthly proof that all cameras were operational. HealthCheck generates the report automatically and delivers it on schedule.

Best Practices

  • Use Advanced mode for high-security or high-value deployments where predictive monitoring matters
  • Configure HealthChecks at the Customer or Site level to ensure full coverage without configuring each camera individually
  • Update Tampering and Tilt reference images after any scene change, repositioning, or infrastructure work
  • Disable on-screen overlays on cameras enrolled in Advanced mode to improve AI accuracy
  • Use on-demand checks after any camera maintenance, repositioning, or infrastructure change
  • Monitor the HealthCheck dashboard regularly and set up alert notifications for Camera.health failures to catch issues early.

Additional Details

Advanced Analysis Pipeline

In Advanced mode, each snapshot runs through an ordered sequence of checks. The pipeline stops at the first detected issue.

#CheckNotes
1Low Light / No ConnectivityHighest priority — evaluated first
2No Video Signal / No LicenseRuns on very dark images only (<10% brightness)
3Audio-Only Device DetectionPrevents misclassification of audio hardware
4Color Bar Test PatternDetects calibration patterns in feed
5Overexposure / High GlareTwo-stage neural + physical validation
6Obstruction DetectionSingle-image lens blockage detection
7Tampering & Tilt DetectionDisabled by default; requires reference images
Important

Only the highest-priority issue detected is reported per camera per check cycle. This ensures clear, actionable verdicts without conflicting signals.

Check Specifications

The following sections describe each HealthCheck in detail, including verdicts returned and configuration parameters.

Figure 5: Check Specifications - the HealthCheck dashboard.

8.1. Low Light and Connectivity Detection

Determines whether the feed is too dark to be usable, or whether the camera appears offline.

Verdicts

ConditionVerdict
Camera appears completely offlineno connectivity
Scene is too dark to be usablelow light
Brightness is at an acceptable levelPass (no verdict)
CapabilitiesLimitations
Uses dual thresholds to distinguish between a disconnected camera and a legitimately dark sceneMixed scenes (half dark, half bright) may average to an acceptable brightness reading
Automatically detects fisheye lenses and compensates for circular black bordersDim startup screens slightly above the offline threshold may not be flagged
Fully ROI-aware — brightness is calculated only within the defined region of interest

Configuration Parameter

ParameterDescription
lowlight_thresholdBrightness percentage below which the scene is classified as low light

8.2. No Video Signal / No License Detection

Scans dark frames for VMS overlay text indicating a software-level failure - no license or no signal.

Verdicts

ConditionVerdict
VMS overlay indicates signal lossno video
VMS overlay indicates license issueno license
Dark frame with no overlay textPass (handled by Low Light check)
CapabilitiesLimitations
Detects common VMS overlay messages on dark framesOnly activates on very dark images (below 10% brightness)
Differentiates a legitimately dark scene from a software-level feed failureEnglish-language overlay text only — other languages not supported
Non-black backgrounds with error messages are not detected

8.3. Audio-Only Device Detection

Identifies whether a snapshot originates from an audio-only device. Prevents false failures on non-visual sensors.

Verdicts

ConditionVerdict
Snapshot is from an audio-only deviceaudio device detected
Snapshot is from a camera feedPass (continues pipeline)
CapabilitiesLimitations
Prevents audio devices from being incorrectly classified as disconnected camerasOnly triggers on very dark images
No device metadata required — fully automated classificationAudio devices with bright UI screens may not be detected

8.4. Color Bar Test Pattern Detection

Detects calibration test patterns in the camera feed. Indicates the camera is in a test or maintenance state.

Verdicts

ConditionVerdict
Calibration test pattern detectedcolor bar
No test pattern presentPass (continues pipeline)
CapabilitiesLimitations
Requires multiple uniform vertical color bands — highly specific detectionDetects vertical patterns only — rotated or non-standard patterns are not detected
Extremely low false-positive rate on natural real-world scenesDesaturated or faded test patterns may not trigger
Texture and entropy validation provides high confidence before triggering

8.5. Overexposure / High Glare Detection

Detects washed-out frames caused by strong light sources, direct sunlight, or reflective surfaces.

Verdicts

ConditionVerdict
Frame is excessively bright / washed outhigh_glare
Brightness is within acceptable rangePass (continues pipeline)
CapabilitiesLimitations
Two-stage validation: neural model prediction followed by physical glare density verificationCannot always distinguish glare from very bright, colorful surfaces
Reduces false positives from naturally bright but visually detailed scenesSmall, localised glare may not trigger depending on model confidence
ROI-aware masking excludes regions outside the monitoring area

8.6. Obstruction Detection

Detects physical blockage of the camera lens - spray paint, tape, cloth, or objects in front of the camera.

Verdicts

ConditionVerdict
Lens is physically blockedobstructed
Lens appears unobstructedPass (continues pipeline)

8.7. Tampering and Tilt Detection

Detects whether a camera has been physically redirected or moved from its original position.

Configuration Note

This check is disabled by default. It requires reference images to be provided with every request and cannot be used simultaneously with Obstruction Detection.

Verdicts

ScoreVerdictMeaning
> 90%clearAcceptable — no significant change detected
80–90%tiltedPossible slight camera movement
75–80%clear (variation)Within tolerance — minor variation only
< 75%tamperSignificant camera redirection detected
CapabilitiesLimitations
Compares current snapshot against a reference image using similarity scoring• Requires up-to-date reference images — seasonal scene changes can produce false alerts
• Detects both gradual drift and sudden camera redirectionCannot be used simultaneously with Obstruction Detection
Disabled by default; must be explicitly enabled and configured

Recommendations for Best Results

  • Mask very bright areas outside the camera perimeter to reduce interference.
  • Disable camera-side image preprocessing before capturing reference images.
  • Disable on-screen overlays - timestamps and labels - where possible.
  • Update reference images to account for seasonal or significant scene changes.
  1. Configuration

9.1 Hierarchical Configuration

HealthCheck settings apply at any level of the platform hierarchy. A camera inherits the setting from the nearest level above it where a configuration exists.

Service Provider > Customer > Site > Device > Sensor (Camera)

if no setting exists at the sensor level, the platform falls back to the site-level configuration.

9.2 Subscribing Cameras - Analytics Tab

To subscribe cameras to HealthCheck, navigate to the configuration then target level in the hierarchy tree and open the Analytics tab.

Figure 6: Analytics tab at Service Provider level.

9.3 Update Analytics Dialog

When subscribing, select a schedule from the Time Range dropdown. Available options vary by HealthCheck tier.

Figure 8: Update Analytics dialog.

Operators can also trigger a HealthCheck on any camera at any time using Run Once. A useful setup is to schedule HealthCheck twice daily, overnight and during business hours, to catch both after-hours and daytime failures.

9.4 Analytics Scheduler

The Analytics Scheduler lists all active HealthCheck jobs across all customers. Use it to audit coverage and find sites with no active schedule.

Figure 9: Analytics Scheduler.

9.5 Enabling HealthCheck - Step by Step

  • Log in and navigate to Configuration > the target level (Service Provider, Customer, Site, or Device)
  • In the Analytics tab, locate Camera Health Check. A red X means the camera is not subscribed
  • Click the settings icon to open the Update Analytics dialog and select a schedule from the Time Range dropdown
  • Click Subscribe. The status column updates to show a green check and the active schedule

9.6 Pause HealthCheck

Suspend HealthCheck temporarily - useful during maintenance windows or planned downtime to prevent false alarms.

FeatureBehavior
AvailabilitySubscribed cameras only. Pauses clear automatically if unsubscribed.
ManagementAdd, edit, or delete pause durations. Future dates only.
VisibilityPause Until time shown in camera data table.
Child PropagationApplies to child entities without requiring Overwrite.
Auto-CleanupPauses expire and are removed when end time is reached.
Execution BlockScheduler and Run Now are disabled during active pause.
Pause vs. Tag

Use Pause for time-bounded exclusions with a known end date. Use Tag-based exclusion when the resolution date is unknown.

  1. Reporting and Integrations

10.1 Automated Reports

HealthCheck includes a built-in reporting engine. Generate reports on demand or schedule them for automatic delivery.

Reports are generated in two ways:

  • Manually: Click Generate Report from the HealthCheck interface at any time
  • Scheduled: Configure a recurring schedule to have reports sent automatically

Figure 10: Reports Dashboard

Scheduled reports support the following frequencies: Daily, Weekly, Bi-weekly, and Monthly. Reports deliver on schedule regardless of whether any failures were detected.

Each generated report includes:

  • Report date and time range covered
  • Site name and scope, customer and sites included
  • Percentage of cameras operating normally, an at-a-glance health score per site
  • A snapshot from each camera showing the image captured during the check
  • Sensor name, site details, and device information for every camera reviewed
  • Connectivity issues, cameras that failed to respond during the check
  • Obstruction detections, low light detections, black screen detections, and any other failed check types

Report Customization

Each report schedule is fully customizable. Match your branding and delivery preferences.

OptionDescription
Schedule NameA label to identify this report schedule (can be saved as a reusable template).
Report TypeSystem Healthcheck (uptime, connectivity, hardware health) or Customer Success (usage statistics and optimization recommendations).
Company BrandingCustomize the report with your organization's logo, brand colors, and email styling. Full report templates can be built and saved for reuse across multiple schedules.
Email RecipientsDefine one or more email addresses to receive the report automatically on each scheduled delivery.
Scheduled Sending TimeSet the exact time the report is generated and sent on each cycle.
Customers & Sites ScopeSelect which customers and sites are included in each report schedule.
Note

Report schedules can be saved as templates for reuse. The Reports dashboard shows Active Schedules, Reports Sent This Month, and Failed Deliveries at a glance — allowing administrators to monitor delivery health.

Steps to Schedule a New Report:

Step 1 – Reports Dashboard (Fig 11.a) Navigate to Settings → Reports to view the Reports dashboard, which displays:

  • Active Schedules, Reports Sent This Month, and Failed Deliveries
  • Click "+ Create New Schedule" to begin.

Figure 11.a: Reports Dashboard Overview

Step 2 – Select Report Type (Fig 11.b)

  • Enter a Schedule Name
  • Optionally enable Save as Template to reuse the configuration later
  • Choose a report type: System Healthcheck or Customer Success.

Figure 11.b: Select Report Type

Step 3 – Select Scope (Fig 11.c) Select the customers and sites to include in the report.

Figure 11.c: Select Scope

Step 4 – Data Filtering (Fig 11.d & 11.e) Refine the data by Status, Camera Technology, Manufacturer, Tags, and language.

Figure 11.d: Data Filtering

Step 5 – Schedule Frequency (Fig 11.e) Set the frequency (Daily/Weekly/Bi-Weekly/Monthly), time, and timezone.

Figure 11.e: Schedule Frequency Configuration

Step 6 – Report Styling & Email Template (Fig 11.f) Configure branding colors and email template, then click Finish & Schedule.

Figure 11.f: Report Styling and Email Template

Use Cases

  • SLA validation - provide clients with scheduled proof that cameras are healthy and monitored.
  • Audit trail - maintain a record of system health over time for compliance and review.
  • Proactive communication - notify stakeholders automatically before they ask about system status.

10.2 Alarm Integration and Automated Response

HealthCheck integrates fully with the GCXONE alarm management system. When a camera fails a check, an alarm triggers immediately.

When a failure is detected, the system generates an alarm and sends it to the operator queue immediately, classifies the alarm by failure type, and makes the camera available for direct inspection via the View action in the HealthCheck interface. HealthCheck alarm integration ensures that camera failures are never silently missed. Every detected issue enters the standard operational workflow, guaranteeing visibility and accountability across the team.

HealthCheck alarms also trigger automated workflows in the platform:

Workflow ActionDescription
Call TechnicianAutomatically dispatch a field technician when a camera is detected offline or obstructed.
Send SMS / EmailNotify relevant stakeholders via SMS or email the moment a HealthCheck failure is recorded.
Escalate AlarmEscalate unresolved HealthCheck alarms to a supervisor or secondary operator after a defined period.
Create Support TicketAutomatically open a support ticket in the integrated ticketing system (e.g., Zoho) for tracking and resolution.
Important

HealthCheck alarm integration ensures that camera failures are never silently missed. Every detected issue enters the standard operational workflow, guaranteeing visibility and accountability across the team.

10.3 Tags and Prioritization

Organize cameras, sites, and devices using Tags - labels with custom names, colors, and icons.

  • Tag a site, device, or sensor - and optionally all entities below it.
  • Filter HealthCheck to a specific tag to see only the cameras relevant to that task.
  • Generate targeted reports scoped to a tag - stakeholders receive only the data relevant to them.
  • Save a custom Live View combining tagged devices from different customers and sites.

Figure 12: Tags Management.

10.4 HealthCheck on Mobile Towers

HealthCheck is not limited to fixed cameras. Apply it to mobile tower installations to monitor camera health across all deployed units.

  1. Event Codes

The following event codes are generated by HealthCheck. Use them in downstream integrations, workflows, or alarm routing rules.

ParameterDescription
Camera.health.failA camera has failed a HealthCheck (Basic and Plus modes)
Camera.health.normalA camera has returned to healthy status after a failure (Basic and Plus modes)
analytics.healthcheckAn Advanced HealthCheck has completed and returned a verdict
analytics.novideoAn Advanced HealthCheck detected a no video signal or no license condition
camera.health.excludedCamera excluded from health checks via tag
Loading...