Is it possible for me to typecast or convert a type IplImage*
to const char*
It seems impossible, but i would like to send a frame captured from webcam through a winsock socket directly through memory but the 'SEND' function only accepts type const char *. Ive tried type casting to no avail.
If it's not possible, what should i do ?