QSL4A Documentation of takeVideo  <QSL4A API Menu>
takeVideo(path = None, quality = 1)
Take Video with system camera .
path (String Optional) if omitted, use default path
quality (Integer Optional) default 1 is high quality, 0 is low quality.
return path if success, return None if canceled .

takeVideo.QUALITY_HIGH = 1
takeVideo.QUALITY_LOW  = 0