Hygiene patterns for any OpenCV + dlib vision pipeline: camera index probing + macOS init quirks, warmup that verifies real frames, frame-skip policy for expensive inference.
96
93%
Does it follow best practices?
Impact
100%
1.36xAverage score across 6 eval scenarios
Passed
No known issues
A Tessl plugin of foundation-layer patterns for any OpenCV + dlib CV pipeline. Not about a specific detector or classifier — about the hygiene you need below them.
| Skill | Purpose |
|---|---|
camera-setup | Reliable cv2.VideoCapture init with warmup, real-frame probe, macOS index-enumeration quirks. |
frame-skip-policy | Run expensive inference (dlib, ViT) at 1-of-N capture rate. Keeps the camera loop responsive. |
tessl install jbaruch/vision-pipeline-foundationsNearly every "the pipeline isn't working" bug in a demo-facing CV app traces back to one of:
Encode these into a plugin so every new pipeline starts from the right place.
face-recognition-calibration — producer-side CV model tuning, enrollment, persistenceiot-actuator-patterns — downstream actuator control with debounce + quantizationMIT — see LICENSE.