Example #1
0
def finishVideoRecording(filename):
	offisio.endVideoCapture(str(filename));
Example #2
0
def finishVideoRecording(filename):
    offisio.endVideoCapture(str(filename))
Example #3
0
def quitVideoRecording():
	offisio.endVideoCapture("");
Example #4
0
def quitVideoRecording():
    offisio.endVideoCapture("")