|
JPEGStreamFrameInterval Property
|
Frame interval.
Namespace:
Accord.Video
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public int FrameInterval { get; set; }
Public Property FrameInterval As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32Remarks The property sets the interval in milliseconds betwen frames. If the property is
set to 100, then the desired frame rate will be 10 frames per second. Default value is 0 -
get new frames as fast as possible.
See Also