- Documentation
- Activation
- Activation Process
- Activate information import/export
- View Device Activation InformationGET
- Common interfaces
- Recognition
- learning export & import
- camera
- goods
- Product Image Matching
Set up the camera
POST
/config/camera-config
暂无描述
Request
Body Params application/json
name
string
required
path
string
required
vid
null
required
pid
null
required
Example
{
"name": "KS2A543",
"path": "\\\\?\\usb#vid_2309&pid_0101&mi_00#9&2dfc1ba8&0&0000#{e5323777-f976-4f5b-9b55-b94699c46e44}\\global",
"vid": null,
"pid": null
}
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 'http://localhost:17339/config/camera-config' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "KS2A543",
"path": "\\\\?\\usb#vid_2309&pid_0101&mi_00#9&2dfc1ba8&0&0000#{e5323777-f976-4f5b-9b55-b94699c46e44}\\global",
"vid": null,
"pid": null
}'
Responses
🟢200success
application/json
Body
object {0}
Example
{}
🟢200error