Table of Contents

Enum CapturePosition

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Specifies the units of the file capture start position.

public enum CapturePosition

Fields

AviRatio = 2

A relative position in the file, where zero is the start of the video and one is the end of the video.

Frames = 1

The zero-based index of a video frame.

Milliseconds = 0

A value in milliseconds representing time from the start of the video.