Files
Dorod-Sky/run_streaming.sh
2024-08-12 09:36:24 -07:00

9 lines
141 B
Bash
Executable File

#!/bin/bash
echo "Starting streaming..."
while true; do
xwd -root | xwdtopnm | pnmtopng > /tmp/skyvern_screenshot.png
sleep 1
done