Ask Your Question

Revision history [back]

how to create an image box in python using tkinter

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