ezviz-h1c-local

Validate EZVIZ H1c camera RTSP streams and capture proof frames on the LAN.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/gevrey/openclaw_backup --skill ezviz-h1c-local
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ezviz-h1c-local
Source: https://github.com/gevrey/openclaw_backup/tree/main/skills/ezviz-h1c-local
Command: npx skills add https://github.com/gevrey/openclaw_backup --skill ezviz-h1c-local

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, ffprobe, nc, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Operate Christophe’s local EZVIZ H1c camera (BD1058720) on LAN for status checks, RTSP validation, and snapshot capture. Use when asked to verify the camera is online, test local stream URLs, capture a proof frame, or recover local RTSP after app/firmware changes.

Core Features & Use Cases

  • Check camera reachability on the LAN by probing common ports (554, 8000, 8443, etc.).
  • Validate RTSP streams (main and sub) and confirm video resolution and audio presence.
  • Capture proof screenshots or frames from the RTSP streams to confirm camera health.
  • Provide recovery guidance to restore RTSP connectivity when issues arise.

Quick Start

Run the ezviz_cam.sh script to check ports, probe RTSP streams, and capture a proof frame.

Frequently Asked Questions about ezviz-h1c-local

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if my EZVIZ H1c camera is online and streaming on the LAN?

To validate RTSP streams on an EZVIZ H1c, use ffprobe to probe the main and sub stream URLs, which confirms video resolution and audio presence without needing the vendor app.

Can I capture a snapshot from my local RTSP camera stream using ffmpeg?

Yes, you can capture a snapshot from your local RTSP camera stream using ffmpeg to extract a single proof frame, which visually confirms the camera's health and streaming availability.

What's the best way to recover RTSP connectivity after an EZVIZ firmware update?

The best way to recover RTSP connectivity after an EZVIZ firmware update is to follow known-good procedures that re-probe network ports and validate stream URLs to restore local LAN access.

Do I need nc and ffprobe to troubleshoot local IP camera connectivity issues?

Yes, you need nc to perform port checks and ffprobe to test RTSP streams when troubleshooting local IP camera connectivity issues, ensuring the device is reachable and media is accessible.