pub async fn set_running( pool: &SqlitePool, camera_id: &str, state: &str, pid: Option<i64>, ) -> Result<()>
Mark the recorder process started: set state, pid, and last_started_at.