iVIT-I
  1. source
iVIT-I
  • README
  • task
    • Get Task List
      GET
    • Edit Task
      PUT
    • Add Task
      POST
    • Delete Task
      DELETE
    • Execute Task Usage
      GET
    • Execute Task
      POST
    • Get Target Task Information
      GET
    • Export Task
      POST
    • Import Task
      POST
  • source
    • Get Source List
      GET
    • Add New Source
      POST
    • Del Source
      DELETE
    • Get Target Source
      GET
    • Get Frame From Source
      GET
    • Get Frame From Source With Resolution
      POST
  • model
    • Get Model List
      GET
    • Add Model
      POST
    • Delete Model
      DELETE
    • Get Target Model Information
      GET
  • app
    • Get Using Applicatino List
      GET
    • Get Supported Application
      GET
    • Get Target Application Information
      GET
  • device
    • Get Platform
      GET
    • Get Device
      GET
  • icap
    • Test Attribute And Telemetry
    • Get Icap Address
    • Set Icap Address
    • Get Device Id
    • Get Device Id
    • Get Device Id
  • process
    • Get Model Proc List
    • Remove Model Proc List
    • Get Model Proc List
    • Remove Model Proc List
  • system
    • Get V4L2 Device List
    • Download File
    • Get Image
    • Change User Permission
  • event
    • Get All Events
    • Get Target Events
    • Get Events
    • Get Screenshot
    • Get Screenshot
    • Get Event Stream
    • Del Event Stream
  1. source

Get Frame From Source With Resolution

POST
/v1/sources/{uid}/frame
source
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/sources//frame' \
--header 'Content-Type: application/json' \
--data-raw '{
    "height": 0,
    "width": 0
}'
Response Response Example
200 - Example 1
null

Request

Path Params
uid
string 
Uid
required
Body Params application/json
height
integer 
Height
required
width
integer 
Width
required
Examples

Responses

🟢200Successful Response
application/json
Body
No schema defined
🟠422Validation Error
Previous
Get Frame From Source
Next
Get Model List
Built with