DEVELOPER INTEGRATION PORTAL

OpticLink Pro Integration

Straightforward specifications, protocol standards, and local network integration methods for developers connecting external applications with OpticLink Pro.

Core Integration Vectors

🔌

Custom URI Deep-Linking

Register and trigger instant camera connections from standard web browsers, scripting utilities, and native apps using the custom ip-camera:// protocol handler.

🌐

Local Network Discovery

Leverage zero-configuration ONVIF WS-Discovery probes across the local network subnets to dynamically locate IP cameras and map active hardware parameters.

🏡

Smart Home & API Integration

Connect with Home Assistant, custom security dashboards, or media pipelines. Proxy high-integrity RTSP over TCP feeds and consume standard fragmented recording archives.

Quick Start: Triggering Connections via Protocol Handler

OpticLink Pro registers the custom ip-camera:// protocol with the operating system on startup. External applications can launch or update live feeds immediately by invoking structured query strings.

URI Structure:
ip-camera://connect?ip={CAMERA_IP}&port={PORT}&username={USER}&password={PASS}

HTML Integration Example

Embed direct launch points on internal intranets or dashboards:

<a href="ip-camera://connect?ip=192.168.1.50&port=80&username=admin&password=secret">
    Launch Camera Feed
</a>

Shell Execution Example

Launch feeds programmatically via scripts, commands, or tools:

# Windows PowerShell / CLI Command
explorer "ip-camera://connect?ip=192.168.1.50&port=80&username=admin&password=secret"
Read the Protocol Specification →

Integration Specifications & Guides

Need User-Facing Documentation?

For interface controls, scheduling, and standard configurations, please visit the main portal.

Open the User Guide Portal →