Question about the "ultimate interferometer" script written by waterwingz:
Did you have a problem with the reboot() function?
I'm trying to apply reboot() function periodically in my script just with the following code:
set_record(0)
sleep(5000)
reboot()
it works good for about 100 times and then crashes with the lens out.
Did you have the problem?
Does the ultimate interferometer have something special to prevent this crash?