linux-v4l2: Add 'Use System Timing' property

Due to potential driver issues with certain devices, the timestamps are
not always reliable.  This option allows of using the time in which the
frame was received as a timestamp instead.
This commit is contained in:
jp9000
2014-10-23 10:32:56 -07:00
parent 015bc80edb
commit 40b1cc180d
2 changed files with 11 additions and 1 deletions

View File

@@ -5,3 +5,4 @@ ImageFormat="Video Format"
Resolution="Resolution"
FrameRate="Frame Rate"
LeaveUnchanged="Leave Unchanged"
UseSystemTiming="Use System Timing"