hi i have a problem can you please help os.system("fswebcam -r 960x720 -d /dev/video0 /home/pi/webcam.jpg") ^ SyntaxError: invalid syntax it sees "&" this as a invalid syntax what should i do to fix it ? here is my full code # -*- coding:utf-8 -*- import RPi.GPIO as GPIO import tim...