Software

TOOLS

EDGE CAMERA DISCOVERY

v0.9.1

Automatically discover C7 Edge Camera Modules on your local network. View real-time camera status and access each camera’s web interface with a single click.

Requires cameras and host on the same subnet (mDNS)

Edge Camera Discovery — application screenshot

Windows .exe installer / .zip portable .exe .zip Windows 10+
macOS .dmg installer / .zip archive .dmg .zip macOS 12+
Linux .deb / .rpm / .AppImage .deb .rpm .AppImage Ubuntu 22.04+ / Fedora 38+
avahi-daemon + avahi-utils required
Released: Mar 23, 2026 — Changelog · GitHub

FIRMWARE / BSP

FERNDALE OS

Linux-based operating system for C7 Edge Camera Modules. Built on Yocto with Docker container engine, web-based configuration UI, and over-the-air firmware updates.

Device-specific firmware images are available through the Customer Portal. Register for free to access downloads matching your product.

Ferndale OS — web-based administration interface

SDK / LIBRARIES

VISION LIBRARIES (LIBVL)

v2.6.0

C++ vision library with C# and Python bindings for C7 camera control, image capture, and encoding. Distributed via 3dvisionlabs GitLab package registries.

Vision Libraries — C++ API sample code

C++ (CMake)

find_package(vl REQUIRED)
target_link_libraries(your_app vl::camera)

Python (pip)

pip install vl --index-url https://git.3dvisionlabs.com/api/v4/projects/274/packages/pypi/simple

C# (NuGet)

<PackageReference Include="vl" Version="2.6.0" />
Source: https://git.3dvisionlabs.com/api/v4/projects/274/packages/nuget/index.json

LEGACY PRODUCTS

HemiStereo HS-NX

HemiStereo Viewer — configuration and visualization of HemiStereo sensor data.

HemiStereo HS-DK1

SDK & Tools v0.12.0 — includes Viewer and C++ SDK.