Hi, I have checked printed actual data and program version over TCP/IP on shell/command window. I want to communicate VDS with IPGMovie localhost on Simulink. There is VDS_GetData() function on vds-client-standalone.c , but I want to get RGB data on simulink.
I found TCP/IP Receive Simulink block, though I think I don't have much knowledge about TCP/IP .
-----------------------------------------------------------------------------------
I set parameters on TCP/IP Receive block as
Remote address: localhost
Port: 2210
Data Size: ?
Source Data type : ?
-----------------------------------------------------------------------------------
From IPGMovie.pdf guide..
RGB the data consists of width*height*3 ‘unsigned char’ elements
* Data Size: ?
If image size is 640x480, then is data size (640x480x3)?
Source Data type: ?
uint8?
Please give me your advice..