
Variadic renderer that evaluates a Python expression with all inputs bound to `x0`, `x1`, ... (NumPy/OpenCV/Matplotlib in scope) and emits the result as Image. Use for one-off visualisations; for standard overlays prefer visualize.
Custom detection overlay rendered to browser stream.
PPE icon overlay from tracked status.
Inline plot rendered to video file.
output_color_model. There is no auto-conversion of dtype or channel count.expression pauses the input stream until a fixed expression is pushed via mutable config update. Validate offline before deploying.expression is hot-swappable and re-read every call. The icons bind and output_color_model are captured once at module import.Automated release