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.
milo
2
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.
bjoern
3
hellos,
I don’t think you really need GetBytes (Raw) just use AsValue (Raw) and select the correct Format.
milo
4
sure. wasnt aware of the bin size input.
system
Closed
5
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.