if i get the data through socket, how can i put them in the Tkinter GUI??
Can Anyone give me a clue by the below
Can Anyone give me a clue by the below
import PIL
import Tkinter
import Image
while 1:
data, address = svrsocket.recvf rom(80000)
img = Image.frombuffe r ('RGB', (100,100), data, "raw",'RGB' , 0, 1)
import Tkinter
import Image
while 1:
data, address = svrsocket.recvf rom(80000)
img = Image.frombuffe r ('RGB', (100,100), data, "raw",'RGB' , 0, 1)