NovaCloud-EN
  1. Camera
NovaCloud-EN
  • API Access Guide
  • Common HTTP Status Codes
  • VNNOX
    • Player
      • Player Management
        • Obtain player list
      • Obtaining Player Status
        • Obtaining Basic Player Information
        • Obtaining Player Configuration Status
    • Solutions
      • Emergency Insertion
        • Single-Page Emergency Insertion Solutions
        • Canceling Emergency Insertion Solutions
      • Program widget examples
        • Hand-drawn clock widget
        • Weather widget
        • Environmental Monitoring widget
      • Common Solutions
      • Offline Export
      • Over-specification Detection Switching
      • Program Over-specification Detection
    • Real-Time Control
      • NTP Time Synchronization
      • Synchronous playback
      • Brightness Adjustment
      • Screenshots
      • Volume Adjustment
      • Video Source Switching
      • Screen Status
      • Restart Players
      • Screen Power
    • Scheduled Control
      • Scheduled Screen Status
      • Scheduled Restart Players
      • Scheduled Volume Adjustment
      • Scheduled Brightness Adjustment
      • Scheduled Video Source Switching
    • Logs
      • Play Logs
        • Batch Searching for Play Log Overviews
        • Batch Searching for Play Log Details
        • Searching for the Play Log Detail of a Single Player
        • Searching for the Play Log Overview of a Single Player
      • Obtaining Control Command Execution Logs
    • Notifications
      • Video Source Change Notifications
      • Solution Change Notifications
  • VNNOXCare
    • Notes
    • Device Status Monitoring
      • Receiving Card
        • Topology Information
        • Basic Information
        • Monitoring Information
        • Alarm Information
      • Screen
        • Screen list
        • Screen detail
        • Monitoring Information
      • Master Controller
        • Basic Information
        • Alarm Information
        • Operating Parameters Information
      • Smart Module
        • Monitoring Information
        • Alarm Infomation
      • Input Source
        • Monitor Infomation
      • Module/Cabinet
        • Monitoring Information
      • Monitoring Card
        • Monitoring Information
      • Camera
        • Camera configuration
          PUT
        • The camera monitors the aggregated information
          POST
    • Brightness Log
      • Brightness History
  • Others
    • Third-Party System Authorization
      • Obtaining User List
      • Obtaining Login URL
  1. Camera

The camera monitors the aggregated information

Developing
US
https://open-us.vnnox.com
US
https://open-us.vnnox.com
POST
/v2/device-status-monitor/camera
TIP
1.
Through this interface, the monitoring picture information of the given display list can be obtained.
2.
This is an advanced interface.

Request

Body Params application/json
sidList
array[integer]
required
Screen SID collection
thumbnailWidth
integer 
required
Thumbnail width
thumbnailHeight
integer 
required
Thumbnail height
Example
{
    "sidList": [
        0
    ],
    "thumbnailWidth": 0,
    "thumbnailHeight": 0
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open-us.vnnox.com/v2/device-status-monitor/camera' \
--header 'Content-Type: application/json' \
--data-raw '{
    "sidList": [
        0
    ],
    "thumbnailWidth": 0,
    "thumbnailHeight": 0
}'

Responses

🟢200成功
application/json
Body
noCameraSidList
array[string]
required
List of camera-free sids
value
array [object {4}] 
required
The camera monitors the aggregated information
sid
integer 
optional
Device SID
url
array[string]
optional
Image address list
thumbnailUrl
array[string]
optional
List of thumbnail image addresses
camera
array [object {5}] 
optional
Camera information
Example
{
    "noCameraSidList": [
        "string"
    ],
    "value": [
        {
            "sid": 0,
            "url": [
                "string"
            ],
            "thumbnailUrl": [
                "string"
            ],
            "camera": [
                {
                    "id": 0,
                    "name": "string",
                    "enable": 0,
                    "folderExist": 0,
                    "setting": 0
                }
            ]
        }
    ]
}
Previous
Camera configuration
Next
Brightness History
Built with