iVIT-I
  1. event
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 Supported Application
    • Get Target Application Information
  • device
    • Get Platform
    • Get Device
  • 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
    • Get Target Events
      POST
    • Get Events
      DELETE
    • Get Screenshot
      GET
    • Get Screenshot
      POST
    • Get Event Stream
      GET
    • Del Event Stream
      DELETE
  1. event

Get Screenshot

POST
/v1/events/screenshot
event
Get the screenshot of event
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/events/screenshot' \
--header 'Content-Type: application/json' \
--data-raw '{
    "timestamp": 0,
    "draw_results": false
}'
Response Response Example
200 - Example 1
null

Request

Body Params application/json
timestamp
integer 
Timestamp
required
draw_results
boolean 
Draw Results
optional
Default:
false
Examples

Responses

🟢200Successful Response
application/json
Body
No schema defined
🟠422Validation Error
Previous
Get Screenshot
Next
Get Event Stream
Built with