pub fn detect_from_rgb8( storage_root: &Path, rgb: &[u8], width: u32, height: u32, backend: &str, persist: bool, ) -> Result<VisionDemoResult, String>
Detect from raw RGB8 buffer (file import path).