how to create an image box in python using tkinter

asked 2020-09-29 04:13:09 -0600

Hi guys, I was developing an application, i was to create a desktop based application, it is about face recognition, i have a problem that i still can not solved ,

i was newby in python ,

I want to create an image box using tkinter ,and image box will display camera recording ,

i have try using cv2.imshow('frame', frame) but this not actually what i want, i just want it in a form using an image box

how can i solve this?

and

edit retag flag offensive close merge delete

Comments

I merely used python 3 and tkinter 8.6.9 using linux. R u streaming or still image?

supra56 gravatar imagesupra56 ( 2020-09-29 07:28:13 -0600 )edit