My OF app connects to a USB cam, finds faces, extracts them and in the end has to show all processed results.
But I want to use python to do extra analysis and manipulation on those images.
Is there a way to send/receive image data between these two?
Maybe you can look if the content of a folder changes. So if there is a new saved picture from OF
, the python app can open & process the file.
Also you can send an OSC message (of to py) to alert that a new image is saved.
Some time ago I used a sqlite file shared from the of app with a python app, just to handle Twitter timelines; easier to do with python…