-4

I have a program in python using opencv, that detect movements with your eyes. I want to make a user interface with java that calls functions to this python program and then do stuff depending of the return values. It´s this possible? Is there a better solution than using java?

2
  • 1
    Possible duplicate of Call Python from Java Commented Apr 24, 2018 at 19:33
  • Why not just write the user interface in Python? Python has tkinter preinstalled. If you don't like that, there's PyQt/PySide/PySide2, GObject, Kivy, wxPython, native bindings for Cocoa and Windows, and a zillion other options. Or you can write a web service with a simple web UI. Commented Apr 24, 2018 at 19:34

1 Answer 1

-1

You can use PyQt5 or PySide to directly program an UI with Python, it would be easier that way.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.