Hi for all.
Please help - how to run a function inside a Tkinter GUI application and get its result (or tuples of results). I successfully launch my application, but cannot understand, how do this simple step.
for example: we have such function in __main__.py:
def run_settings():
global vid
vid.set(cv2.CAP_PROP_SETTINGS, 1) #launch webcam settings
How I can run it from Delphi via Python4Delphi?!
Sincerely