pub fn start_webcam_inference(
config: WebcamStreamConfig,
sink: StreamSink<DetectionEvent>,
) -> Result<(), String>Expand description
Starts capture + inference; events arrive on sink until
stop_webcam_inference is called. Errors if already running.