Setvirtualresolution(640,480) ResetTimer() SetPrintSize(30) Repeat If GetCameraExists()=1 Print("Camera Exists") EndIf Sync() Until Timer()>12 End