Split sample into frames

Split sample into frames

post

Split a video sample into individual frames. Depending on the length of the video sample this will either execute immediately or return the ID of a job that will perform this action.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

sampleIdintegerRequired

Sample ID

Body
fpsintegerOptional

Frames per second to extract from this video.

Responses
200
OK
application/json
Responseany of
or
all ofOptional
post
POST /v1/api/{projectId}/raw-data/{sampleId}/split HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 9

{
  "fps": 1
}
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?