Hi,
I am building an FTIR display. All of the image processing is performed in the IP camera which I am using. I have written the source code in C. The only problem that I have now is that I cant make a working TUIO client to send the information about the detected blobs.
The packet of messages which I send is a bundle which contains time stamp (it is always equal to 1 in order to process the message immediately), set messages for every detected blob, then alive message with as many arguments as the count of blobs and the arguments themselves are the ids of the blobs and the final message is fseq and its argument increases by one every next bundle.
This is a packet which i have created:
# 23|b 62|u 75|n 6e|d 64|l 6c|e 65| 0|
0| 0| 0| 0| 0| 0| 0| 1|
0| 0| 0|, 2c|/ 2f|t 74|u 75|i 69|
o 6f|/ 2f|2 32|D 44|c 63|u 75|r 72| 0|
, 2c|s 73|i 69|f 66|f 66|f 66|f 66| 0|
s 73|e 65|t 74| 0| 0| 0| 0| 0|
> 3e|¾ be|£ a3|g 67|> 3e|€ 80| 0| 0|
? 3f|€ 80| 0| 0|? 3f|€ 80| 0| 0|
0| 0| 0|, 2c|/ 2f|t 74|u 75|i 69|
o 6f|/ 2f|2 32|D 44|c 63|u 75|r 72| 0|
, 2c|s 73|i 69|f 66|f 66|f 66|f 66| 0|
s 73|e 65|t 74| 0| 0| 0| 0| 1|
> 3e|ª aa|6 36|x 78|> 3e| a0| 0| 0|
? 3f|€ 80| 0| 0|? 3f|€ 80| 0| 0|
0| 0| 0|, 2c|/ 2f|t 74|u 75|i 69|
o 6f|/ 2f|2 32|D 44|c 63|u 75|r 72| 0|
, 2c|s 73|i 69|f 66|f 66|f 66|f 66| 0|
s 73|e 65|t 74| 0| 0| 0| 0| 2|
? 3f| 2| b9|1 31|> 3e|¦ a6|f 66|f 66|
? 3f| 80| 0| 0|? 3f|€ 80| 0| 0|
0| 0| 0|, 2c|/ 2f|t 74|u 75|i 69|
o 6f|/ 2f|2 32|D 44|c 63|u 75|r 72| 0|
, 2c|s 73|i 69|f 66|f 66|f 66|f 66| 0|
s 73|e 65|t 74| 0| 0| 0| 0| 3|
> 3e|¨ a8|Ù d9|ß df|> 3e|¹ b9|™ 99|š 9a|
? 3f|€ 80| 0| 0|? 3f|€ 80| 0| 0|
0| 0| 0|, 2c|/ 2f|t 74|u 75|i 69|
o 6f|/ 2f|2 32|D 44|c 63|u 75|r 72| 0|
, 2c|s 73|i 69|f 66|f 66|f 66|f 66| 0|
s 73|e 65|t 74| 0| 0| 0| 0| 4|
> 3e|· b7| d4|m 6d|> 3e| ea| aa|« ab|
? 3f|€ 80| 0| 0|? 3f| 80| 0| 0|
0| 0| 0|0 30|/ 2f|t 74|u 75|i 69|
o 6f|/ 2f|2 32|D 44|c 63|u 75|r 72| 0|
, 2c|s 73|i 69|i 69|i 69|i 69|i 69| 0|
a 61|l 6c|i 69|v 76|e 65| 0| 0| 0|
0| 0| 0| 0| 0| 0| 0| 1|
0| 0| 0| 2| 0| 0| 0| 3|
0| 0| 0| 4| 0| 0| 0| 1c|
2f|t 74|u 75|i 69| 6f|/ 2f|2 32|D 44|
c 63|u 75|r 72| 0|, 2c|s 73|i 69| 0|
f 66|s 73|e 65|q 71| 0| 0| 0| 0|
0| 0| 0| 0|
and the tuio_demo doesn’t work with it.
I would appreciate any help.
Thanks in advance!
