if(widgetStylesPrinted != true) {document.write('');}var widgetStylesPrinted = true;var content = '
#!/bin/bash COUNTER=1while [ $COUNTER == 1 ]; do ERGEBNIS=`uvccapture -x960 -y720 && convert -crop 400x30+280+360 snap.jpg error_crop.jpg && mogrify -colorspace Gray error_crop.jpg && mogrify -negate error_crop.jpg && mogrify -sharpen 1x2 error_crop.jpg && gocr -l 90 -c Filenotudf error_crop.jpg | grep -ic " not "` if [ $ERGEBNIS == 1 ]; then echo "gefunden" cp snap.jpg /home/support/fehler/`date +%d.%m.%Y-%H:%M:%S`.jpg ./NeXTTool /COM=usb -run=touch_enter.rxe else echo "nicht gefunden" fi echo "*" sleep 10 done