六小象SDK(Windows)
首页
语言/Langguage
  • 中文
  • English
首页
语言/Langguage
  • 中文
  • English
  1. Camera management
  • Get started quickly
  • Docking availability
  • Functional classification
  • Features
    • Device activation
  • gRPC interface
    • gRPC interface documentation
  • HTTP interface
    • Version information
      • GetVersion to get version information
      • GetLatestVersion to get the latest version
    • Advanced configuration
      • AdvancedConfigGet - AdvancedConfigGet
      • AdvancedConfigSet Advanced Config - Modify
    • Camera management
      • CameraEnum Camera-enumeration device
        POST
      • CameraChange camera-device switching
        POST
      • CameraDetectRangeGet Camera-Recognition Area Get
        POST
      • CameraDetectRangeSet Camera-Recognition Area Modification
        POST
    • Device management
      • DeviceGetInfo device-get-info
      • DeviceActivate Device - Activate
      • DeviceShopChange - Store Modification
    • Intelligent recognition
      • AiPushWeight intelligently recognizes and pushes weight information
      • AiImageDetectIgnoreSet - Image Detection Filtering Settings
      • AiRegisterResultCallback - Callback of the registration recognition result
      • AiUnsafeMatching Intelligent Recognition - Non-Security AI Recognition (Strongly Not Recommended)
      • AiLearning
      • AiFastLearning Intelligent Recognition - Fast Learning
    • Product features
      • SkuFeatQueryImage Product Features - Query the learned image
      • SkuFeatQuery Product Features - Query feature information
      • SkuFeatRemove Product Features - Removes the specified characteristics of a specified product
      • SkuFeatClear Product Features - Clears all characteristics of the specified product
    • Learning data
      • LearnDataUpload Learning Data - Upload
      • LearnDataClear Learning Data - Empty
    • Algorithmic models
      • AlgoModelEnum algorithm model-enumeration
      • AlgoModelChange algorithm model-switching
    • Product data
      • SkuDataImport Product Data - Import
      • SkuDataDelete - Delete
      • SkuDataIconMatch Product Data - Main Image Match
    • Automatic syncing
      • AutoSyncGetSelfInfo Auto Sync - Get native information
      • AutoSyncGetGroupsInfo - Get grouping table information
      • AutoSyncRemoveDevice Auto Sync - Remove the device
      • AutoSyncJoinGroup
      • AutoSyncExitGroup Auto-sync-exit group
      • AutoSyncSetIntervalTime - Set the interval
      • AutoSyncUpdateDataSyncRule - Updates the data synchronization rule
      • AutoSyncCreateGroup Auto Sync - Create a group
      • AutoSyncUpdateGroupName Auto Sync - Update the group name
  1. Camera management

CameraDetectRangeGet Camera-Recognition Area Get

POST
/rpc/camera/detect/range/get
Camera management
Permissions:
1.
Any activation status can be called

请求参数

Body 参数application/json
maxRenderWidth
integer <int64>
Maximum Render Width (Unit: Pixels)【Required】
必需
maxRenderHeight
integer <int64>
Maximum Render Height (Unit: Pixel) [Required]
必需
示例
{
    "maxRenderWidth": 0,
    "maxRenderHeight": 0
}

返回响应

🟢200A successful response.
application/json
Body
code
enum<integer> <int32>
必需
0: Unknown anomaly
1: Success
1000: The PCI NIC of the device has been disabled
1001: Device camera abnormal
1002: Image decoding failed
1003: Image encoding failed
1004: Network abnormal
1005: The ECS is abnormal
1006: Abnormal input parameters
1007: Exported learning data is empty
1500: The device is not activated
1501: The device activation status has expired
1503: Device system time is abnormal
2000: Erlang God's algorithm is abnormal
2500: Bai Ze's algorithm is abnormal
枚举值:
011000100110021003100410051006100715001501150320002500
默认值:
0
msg
string 
Status reason
必需
data
object (CameraDetectRangeGetReply_Data Declare the response data structure) 
可选
renderWidth
integer <int64>
Actual render width in pixels
必需
renderHeight
integer <int64>
Actual Render Height (in pixels)
必需
dotList
array[object (PlanePositionInfo Plane coordinate information) {2}] 
List of coordinates of the recognition area (the origin is the upper left corner of the image, and the coordinates are the actual rendered values after conversion)
必需
示例
{
    "code": 0,
    "msg": "string",
    "data": {
        "renderWidth": 0,
        "renderHeight": 0,
        "dotList": [
            {
                "x": 0,
                "y": 0
            }
        ]
    }
}
上一页
CameraChange camera-device switching
下一页
CameraDetectRangeSet Camera-Recognition Area Modification
Built with