pub async fn load_onvif(
pool: &SqlitePool,
camera_id: &str,
) -> AppResult<CameraOnvif>Expand description
Load a camera’s persisted ONVIF profile (404 when the camera has not been probed yet).
pub async fn load_onvif(
pool: &SqlitePool,
camera_id: &str,
) -> AppResult<CameraOnvif>Load a camera’s persisted ONVIF profile (404 when the camera has not been probed yet).