CATA-SDK-EN
  1. Documentation
CATA-SDK-EN
  • Documentation
    • AI Recognition Precautions
    • Quick Start
    • SDK Error Code
    • AI Sequence Diagram
    • Screen Cropping
    • API Documentation (C language)
  • Activation
    • Activation Process
      • Step 1: Activate the device
      • Step 2: Download device configuration
      • Step 3: Download device model
    • Activate information import/export
      • Export activation data
      • Import activation data
    • View Device Activation Information
      GET
  • Common interfaces
    • Retrieve camera images
      GET
    • Retrieve status
      GET
    • retrieve logs
      GET
    • retrieve config
      GET
  • Recognition
    • Screen cropping
      • Screen cropping
      • Screen cropping config
    • Recognition
      GET
    • feedback
      POST
    • learning forgetting
      POST
    • clear learning data
      POST
    • save learning
      POST
  • learning export & import
    • export
      GET
    • import
      POST
  • camera
    • Obtain the installed camera
      GET
    • Set up the camera
      POST
  • goods
    • import product data
  • Product Image Matching
    • Download image
    • Match image
    • Edit image
  1. Documentation

Quick Start

Environment Setup#

1.
Install the Apifox browser extension here, or locally install the Apifox software.

Service Launch#

1.
Start the SDK (you can launch it directly using an .exe file, or by calling a .dll).
image.png
2.
Retrieve status to verify whether the service has started successfully.
3.
Retrieve camera images to test if the camera can obtain images properly.

Activation Steps#

1.
Step 1: Activate the device
2.
Step 2: Download device configuration
3.
Step 3: Download device model

Recognition Steps#

1.
First, we should call the Recognition API.
2.
However, at this point, we have not trained the system, so the products should be empty.
3.
Next, we call the feedback API, passing in the product name in the feedback.
4.
Then, we perform the Recognition once more.
5.
Congratulations, you have completed the entire recognition process.
Previous
AI Recognition Precautions
Next
SDK Error Code
Built with