Normalized Coordinates: Ensure the coordinates are normalized (values between 0 and 1) to maintain consistency across different image resolutions and devices.Corner Points: Mark the four corners of the scale platform and use these points as the cropping area coordinates. This ensures accurate and consistent cropping across devices.Mode Selection: Use the next mode for new devices and the origin mode for old devices to optimize recognition accuracy.Data Synchronization: To ensure synchronization across multiple devices, standardize the cropping area coordinates during device setup and updates.
Request
Body Params application/json
points
array [object {2}]
required
crop coordinates
x
number|integer
required
y
number|integer
required
mode
string
required
Next or Origin, next new method, which can be used Don new devices, but not on old devices, otherwise the recognition rate will drop.