Hi,
I am trying to extract data from the people counting demo via UART, but am having difficulty decoding this. From this data I am looking for the people count, X, Y and Z coordinates and the timestamp. How can I do this using python?
The format is of the data is currently like this:
b'\xa7\xf3b\x90\xfe\xbd\xff(j\x10\xa0\xa1X(\xfe\xe0\x1a\xfa\xff\xf0\xff(\xff!\x87\xc9\xf7\x02\x08\xff\xa0\x0c\xff\xa08\xc0\xff\xfc\xfff\xfd\xcbk\xff{\xf8\xba:\x18\xf8\x80\xd2\xde\xfcc\xf8\xdf\x80\xb0\xa83\xf8\xe0t\xfe\xa2\n'
b'\xb8\xfe\xa0\xffz\x9fk\xff\xa8*a\xd1\xffR\xfe\x93\xc9\xff@\xff\xfd$\xdc\x11\xf8\x88\x06\xff\xe0\xfb\xfe\x15\x12\xfe\xe3@\xfd$\xff \xba\xc2\xf0\xe3+\xf8\x16\x18\xf9BN~\xfc@\n'
b'\xe6\xff\xdd"\xfe\xfe\xf6\xb8F\xfc\xb2\x91\xcaaV\xff\x1a3\xfc\x80\xf1\xfe\xe9\r9\xff+\xf5\x03\xc4\x8b\xfdq\xa3y\xf8\xff\xd9\x08~\xff\x9e\x9b\xc3\xcd\xfe\xe9\xf3NF.\xfe\xb6\xfd\xfdQ\xfd\x0e\xfa\x10[h\xff\xdf\xfd#\xfe\xfa\x8aH\xfd\xfd#\xff4\xf9\x99M\xea\x87\xfc\t$\xfd\xfb\xa08JE\xfe\x0e\x9a\xfdBW\xf0\x98\x7f\x16\xff\x00\xff\xdb`\x0e\xf9X\xff\x89\x9a"\xfc\x0b\xf4:\xff\xc2q\xfeRp\x7f@j\n'
I am using the industrial toolbox 3_6_2 3D people counting demo for the 16xx devices.
Thanks.