Skip to content
  • Tristan Leteurtre's avatar
    · 1f1819a8
    Tristan Leteurtre authored
      . More control parameters : Image size and Channel
    
        (See vls.cfg)
    
        BEGIN "composite"
          # --- Example:
          Device        = "/dev/video"     # Video4linux device (default is /dev/video)
    
          Channel       = "1"              # Channel Source: Webcam often 0
                                           # For TV Card, may be  Tuner(0), Composite(1), Svide(2)
    
          Size          = "vga"            # Size possibilities, either :
                                           # - empty string : default size
                                           # - width x height
                                           # - subQCIF(128x96), QSIF(160x120), QCIF(176x144)
                                           #   SIF(320x240), CIF (352x288), VGA (640x480)
          #Size        = "320x200"
          #Size        = ""
       END
    1f1819a8