AMeng
AMeng

Reputation: 35

Python named pipes - running 2 apps through each other

Very new to python and named pipes!

I am trying to run an GUI and a motion tracking application at the same time - and send the motion tracking application output (CSV) to the GUI script to synchronise the two data streams. Using a named pipe, how do we create a connection to sync the two applications?

I have a fully functional script for the GUI and a fully functional script for the motion tracking and cannot figure out how to add a named pipe in the GUI script to obtain the motion tracking script.

Upvotes: 0

Views: 256

Answers (0)

Related Questions