Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 13, 2021 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/bd3734abd6f8cbf138cccfe3319f90a8 to your computer and use it in GitHub Desktop.
Save parzibyte/bd3734abd6f8cbf138cccfe3319f90a8 to your computer and use it in GitHub Desktop.
"""
Configuraciones de vídeo
"""
FRAMES_VIDEO = 20.0
RESOLUCION_VIDEO = (640, 480)
# El código de 4 dígitos. En windows me parece que se soporta el XVID
fourcc = cv2.VideoWriter_fourcc(*'XVID')
archivo_video = None
grabando = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment