linux-v4l2: Add 'unbuffered' property

This allows the user to select whether to use unbuffered video or not.
Unbuffered video cause the video frames to play back as soon as they're
received, rather than be buffered and attempt to play them back
according to the timestamp value of each frame.
This commit is contained in:
jp9000
2014-10-19 07:29:08 -07:00
parent c3f4b0f018
commit cd306d975a
2 changed files with 8 additions and 1 deletions

View File

@@ -5,3 +5,4 @@ ImageFormat="Video Format"
Resolution="Resolution"
FrameRate="Frame Rate"
LeaveUnchanged="Leave Unchanged"
Unbuffered="Unbuffered video playback"