How to run 2 script at the same time

Hello,
My team and I are working on a group project at university and are pretty new to using the OpenMV Cam H7.
We need to run two programs at the same time: one program to handle TCP connections and a second to perform facial detection/recognition.
How can we run the two scripts that we wrote at the same time while disconnected from the IDE?
Thanks.

Hi, you need to combine the two scripts within the same loop. We don’t support threading yet so timing effects of on script will affect the other.