!7 cmodule Test > DynPrintLog { start-thread { repeat 10 { print(dm_lastScreenshotFromStream()); sleepSeconds(1); } } }