Take snapshot from IP camera
Takes snapshot from device camera and returns image converted to Base64 string
- Image format:
webp
Responses
- 200
- 401
OK
- image/jpeg
- Schema
Schema
- string binary
model describes .jpeg files and other files of similar format
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...