Record video in a hidden directory then copy it to target directory.
authorMohammed Sameer <msameer@foolab.org>
Tue, 9 Oct 2012 21:31:56 +0000 (00:31 +0300)
committerMohammed Sameer <msameer@foolab.org>
Tue, 9 Oct 2012 21:31:56 +0000 (00:31 +0300)
commitb5d64ba56b64a176af1c1d54c9a846c2d54358df
tree7f5da5542919afd454741fc4188e2bc13aea8ec4
parentfc6a5c6f53ea4307406226bd2efd17132f86d420
Record video in a hidden directory then copy it to target directory.

This is to avoid tracker indexing the video being recorded and waste CPU time.
The problem with tracker is it keeps getting update events because the file is
being written to. Tracker will ignore them but that still wastes CPU.
imports/videomode.cpp
imports/videomode.h
lib/qtcammode.cpp
lib/qtcammode_p.h
lib/qtcamvideomode.cpp
lib/qtcamvideomode.h
qml/VideoPage.qml
qml/main.qml
src/filenaming.cpp
src/filenaming.h