socket communication between c++/java and sending image

Posted on 16th Feb 2014 by admin

hi,

i have a class in c++ called win32_sockserver which creates socket to java. i am trying to send image c++ to java and using the most basic method. i am sending image's rgb values as a string. But i have a problem:

i want to send images continuosly, like frames of video. how can i do this.

secondly, is there an easy way of sending images through c++ to java ?

Other forums