← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #668968]: Capture script run on video.

 

Question #668968 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/668968

    Status: Open => Answered

RaiMan proposed the following answer:
interesting solution ;-)

I guess, the only way, that makes sense, is to use the video creation as
main process and run the scripts, that you want to observe, as
subprocesses from within this main process.

# workflow
- start video
- detach scriptrun to subprocess
- track the scriptrun somehow (e.g. with the piped stdout)
- stop the video capture when the subprocess ends (however this might happen)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.