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

       # Write the frame to the video file
       out.write(frame)
   
       # Display the captured frame (optional)
       cv2.imshow('Webcam Video', frame)
   
       # Check if the user wants to quit (press 'q')
       if cv2.waitKey(1) & 0xFF == ord('q'):
           break