Would be nice if I can run a .exe program in the flow
Hi Philip,
There's a python module that allows you to create plugins for qml, which would then further be compatible with Live CV.
http://pyqt.sourceforge.net/Docs/PyQt5/qml.html. You could expose your functionality through such a module, then run it from there.
I'll have to look into it at some point and write a tutorial as I'm looking for python compatibility for Live CV as well.
As for running an external process, I would have to give it more thought since there should be an easy way for the process to be able to share resources with Live CV. I've set up an issue https://github.com/livecv/livecv/issues/72 to look into.
Complete thread:
- Would be nice if I can run a .exe program in the flow - Philip Andrew, 2016-11-26, 04:28
- Would be nice if I can run a .exe program in the flow - Dinu SV, 2016-12-13, 09:56