Skip to main content
The SDK ships a set of small, self-contained programs under tutorials/, one topic per directory. Each has its own source, README, and build script, and each builds standalone against the installed SDK. Build the SDK first, then build all tutorials or an individual one:
Each binary is named after its source file and lands in that tutorial’s build/:

Wired (USB)

Wireless (Bluetooth LE control, WiFi data)

OpenCV

Built only where both OpenCV and FFmpeg are present. Both use ef::toCvMat() from <ef/OpenCV.hpp> for a zero-copy view of a grabbed frame as a cv::Mat.

Calibration

Both calibration tutorials need the prebuilt calibration library for your architecture and are skipped where it is unavailable. They write to the device, so read Calibration before running them.

Walkthroughs

The pages that follow work through the most common of these inline, with the wired and wireless variants side by side.