Settings
EFORT INTELLIGENT EQUIPMENT CO.,LTD
77
Object Attribute
Parameter
ATTR
According to the different attributes of
the object (for example: shape, color,
etc.), its corresponding attribute value is
given, which is represented by numbers:
0, 1, 2, 3...
Object ID Code
ID
Set unique code for each object in order
to facilitate management.
Note!
According to the actual situation, users with attribute
parameters and ID code can choose whether to use the camera
or the specific way to use it. If the application is not needed, set
the default value of the camera communication format to 0.
The specific communication data format is as follows:
Image\r\n
[
……
]\r\n
Done\r\n
In the above format:
“
Image
”
Represent the beginning of the data. It is the beginning
symbol, which indicates that a group of image data begins
to deliver.
“
Done
”
Represent the end of the data, which means that a group of
image data has been delivered. (Note “Image” and “Done”
are case sensitive)
“
\r\n
”
Newline character
“
[
……
]
”
Represent the object data delivered by the camera. The
data include object coordinate parameter XYA, object
attribute parameter ATTR and object ID. Each data begins
with “[” and ends with “]”.
1
X:--;Y:--;A:--;ATTR:--;ID:--
2
--;--;--;--;--;
(
Separated by semicolon
)
3
--,--,--,--,--,
(
Separated by comma
)