Hello, I start to play with an MV camera (MV12WE) and Sense messages, and now I´m able to receive the messages sent by the camera, but honestly I don´t understand them, they looks like:
{"ts":1555101560010,"objects":[{"frame":2062,"oid":13,"x0":0.534,"x1":0.496,"y0":0.906,"y1":0.718,"type":"person"}]}
I suppose that:
"ts" and "frame" are something line a sequential numbers,
"oid" is an "object ID" and it is when detects a person and every different one has their own number
The main questions i have are:
"x0, x1, y0 and y1" are coordinates, but how to know the position of them on the screen? what are the difference between "x0 and x1" and "y0 and y1" ??
if somebody can explain it to me or tell me where to find that information, I´ll appreciate it..
Thanks in advance!