I am currently using a script to move a webcam at certain time intervals. The
script never times out and uses the following to run indefinitely:
for (;;) {
[camera instuctions]
}
Anyone know the principal behind this snippet and why it works? I have not
been able to find any information on the subject.
Brian