Last updated 12 months ago
Was this helpful?
Get window settings
Project ID
GET /v1/api/{projectId}/optimize/window-settings HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "windowSettingsEvent": [ { "windowSizeMs": 1, "windowIncreaseMs": 1, "windowIncreasePct": 1, "zeroPadPercentage": 1, "windowCount": 1, "balanceScore": 1, "valid": true } ], "windowSettingsContinuous": [ { "windowSizeMs": 1, "windowIncreaseMs": 1, "windowIncreasePct": 1, "zeroPadPercentage": 1, "windowCount": 1, "balanceScore": 1, "valid": true } ] }