1 2 3 4 5 6 7 8
#!/bin/sh # config vbi="/dev/vbi1" # go! v4lctl -c "${vbi}" setnorm "pal-bg" dd if="${vbi}" of=/dev/null bs=$(( 1024 * 64 )) count=1