Translations:Dimensionner et faire un tracker solaire photovolatïque low tech/247/en

  # Start time for tracking duration
   start_time = time.time()
   while time.time() - start_time < capture_duration:
       # Capture frame-by-frame
       ret, frame = cap.read()