Decode byte sequence receive from UDP

Hello,

I need to receive some information from a tracking software. It sends data as follow :

(XXXX)(CameraID)(ObjectAmount)(ObjectID)(ObjectX)(ObjectY)(ObjectID)(ObjectX)(ObjectY)(etc…)

Each part is 4 bytes but no idea how I can get this back to usable data in VVVV after receiving with UDP.

he,

easiest way would be “GetBytes” - you need to know how the different values are encoded (4 bytes sounds like either int, uint32 or float)

best,

i.

hellos,

I don’t think you really need GetBytes (Raw) just use AsValue (Raw) and select the correct Format.

sure. wasnt aware of the bin size input.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.