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

AI Sequence Diagram

AI Sequence Diagram#

image.png
During learning, be sure to pass the product name and not the PLU or barcode, as this may affect the algorithm's automatic optimization and lead to suboptimal recognition results!
After completing the activation steps, start the first Recognition.
Once recognition is complete, call the feedback interface to learn from the last recognized product.
After learning is complete, Recognition again to identify the product.

Recognition Nodes#

It is recommended to call the recognition interface after reaching the starting weight (suggested 20g, but this can be adjusted according to the situation), or you can use a delay to determine the recognition nodes as needed.
If you are concerned that the image may not be stable after reaching the starting weight, you can call the recognition interface again once the weight stabilizes.
Multiple recognitions can be called during a single weighing, but only one learning session is needed.

Previous
SDK Error Code
Next
Screen Cropping
Built with