public interface Tracker
Modifier and Type | Method and Description |
---|---|
Tracklet[]
|
track(InputStream videoStream)
Read a video from a URL, and perform pedestrian tracking on it.
|
@Nonnull Tracklet[] track(@Nonnull InputStream videoStream) throws org.bytedeco.javacv.FrameGrabber.Exception
videoStream
- the video stream to conduct tracking on.org.bytedeco.javacv.FrameGrabber.Exception