Click or drag to resize
Accord.NET (logo)

BoundaryFixMalformedBoundary Method

Some IP cameras, like AirLink, claim that boundary is "myboundary", when it is really "--myboundary". This corrects the issue.

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public void FixMalformedBoundary(
	MJPEGStreamParser streamParser
)
Request Example View Source

Parameters

streamParser
Type: Accord.VideoMJPEGStreamParser
See Also